You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -65,22 +65,25 @@ data/train/masks - contains masked (labeled) images for the training set
65
65
data/validation/images - contains images for the validation set
66
66
data/validation/masks - contains masked (labeled) images for the validation set
67
67
data/weights - contains trained TensorFlow models
68
+
69
+
data/raw_sim_data/train/run1
70
+
data/raw_sim_data/validation/run1
68
71
```
69
72
70
73
### Training Set ###
71
74
1. Run QuadSim
72
75
2. Click the `DL Training` button
73
76
3. Set patrol points, path points, and spawn points. **TODO** add link to data collection doc
74
77
3. With the simulator running, press "r" to begin recording.
75
-
4. In the file selection menu navigate to the `data/train/run1` directory
78
+
4. In the file selection menu navigate to the `data/raw_sim_data/train/run1` directory
76
79
5.**optional** to speed up data collection, press "9" (1-9 will slow down collection speed)
77
80
6. When you have finished collecting data, hit "r" to stop recording.
78
81
7. To reset the simulator, hit "`<esc>`"
79
-
8. To collect multiple runs create directories `data/train/run2`, `data/train/run3` and repeat the above steps.
82
+
8. To collect multiple runs create directories `data/raw_sim_data/train/run2`, `data/raw_sim_data/train/run3` and repeat the above steps.
80
83
81
84
82
85
### Validation Set ###
83
-
To collect the validation set, repeat both sets of steps above, except using the directory `data/validation` instead rather than `data/train`.
86
+
To collect the validation set, repeat both sets of steps above, except using the directory `data/raw_sim_data/validation` instead rather than `data/raw_sim_data/train`.
84
87
85
88
### Image Preprocessing ###
86
89
Before the network is trained, the images first need to be undergo a preprocessing step. The preprocessing step transforms the depth masks from the sim, into binary masks suitable for training a neural network. It also converts the images from .png to .jpeg to create a reduced sized dataset, suitable for uploading to AWS.
0 commit comments