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
Copy file name to clipboardExpand all lines: docs/source/training.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Here's an explanation for each of the folders/filer shown in the above tree:
66
66
- ``images``: This folder contains a copy of all the images in our dataset, as well as the respective ``*.xml`` files produced for each one, once ``labelImg`` is used to annotate objects.
67
67
68
68
* ``images\train``: This folder contains a copy of all images, and the respective ``*.xml`` files, which will be used to train our model.
69
-
* ``images\test``: This folder contains a copy of all images, and the respective ``*.xml`` files, which will be used to train our model.
69
+
* ``images\test``: This folder contains a copy of all images, and the respective ``*.xml`` files, which will be used to test our model.
70
70
71
71
- ``pre-trained-model``: This folder will contain the pre-trained model of our choice, which shall be used as a starting checkpoint for our training job.
72
72
- ``training``: This folder will contain the training pipeline configuration file ``*.config``, as well as a ``*.pbtxt`` label map file and all files generated during the training of our model.
@@ -723,4 +723,4 @@ Once your training job is complete, you need to extract the newly trained infere
0 commit comments