File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ will be later used to perform the object detection. This can be done as follows:
637
637
638
638
.. code-block :: default
639
639
640
- python .\exporter_main_v2.py --input_type image_tensor --pipeline_config_path .\models\my_efficientdet_d1 \pipeline.config --trained_checkpoint_dir .\models\my_efficientdet_d1 \ --output_directory .\exported-models\my_model
640
+ python .\exporter_main_v2.py --input_type image_tensor --pipeline_config_path .\models\my_ssd_resnet50_v1_fpn \pipeline.config --trained_checkpoint_dir .\models\my_ssd_resnet50_v1_fpn \ --output_directory .\exported-models\my_model
641
641
642
642
After the above process has completed, you should find a new folder ``my_model `` under the
643
643
``training_demo/exported-models ``, that has the following structure:
You can’t perform that action at this time.
0 commit comments