Before Starting the Program
Folder Structure
The folders for the training data and the trained data must have a specific structure and name. It is therefore advisable to create them before starting the program.
The easiest way is to create a folder for Runner and one for Trainer on the computers on which they are running. Each of these two folders has a specific structure:
-
The Runner folder: This folder must have two subfolders whose names are predefined and cannot be changed: networks and training_data:
-
The networks folder, which is empty at the beginning, contains the trained networks sent by the Trainer.
-
The training_data folder contains the image data sent by LumiScan Labeling. This folder is sent to the Trainer and saved in one of his folders.
The Runner folder with both subfolders is selected in the Runner settings for the Annotated Data Directory.
-
The Trainer Folder: This folder should also contain two subfolders, which you can name as you wish:
-
A subfolder contains the training data received from the Runner. This folder will be specified later in the trainer settings for the Training Data Directory.
-
The second subfolder should contain subfolders with specific date names according to the key: yyyy-mm-dd.
This is where the trained networks are stored that can later be sent to the Runner.
This folder is selected in the trainer settings for the directory of trained networks.
-
-