Skip to content

Commit d20150e

Browse files
nathanahernesglvladi
authored andcommitted
Update training.rst
1 parent e397aee commit d20150e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/training.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Here's an explanation for each of the folders/filer shown in the above tree:
6666
- ``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.
6767

6868
* ``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.
7070

7171
- ``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.
7272
- ``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
723723

724724
.. code-block:: posh
725725
726-
python export_inference_graph.py --input_type image_tensor --pipeline_config_path training/ssd_inception_v2_coco.config --trained_checkpoint_prefix training/model.ckpt-13302 --output_directory trained-inference-graphs/output_inference_graph_v1.pb
726+
python export_inference_graph.py --input_type image_tensor --pipeline_config_path training/ssd_inception_v2_coco.config --trained_checkpoint_prefix training/model.ckpt-13302 --output_directory trained-inference-graphs/output_inference_graph_v1.pb

0 commit comments

Comments
 (0)