We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc4c94 commit 278f0aaCopy full SHA for 278f0aa
.gitignore
@@ -1 +1,3 @@
1
-.idea
+.idea
2
+.vscode
3
+.ipynb_checkpoints
README.md
@@ -287,7 +287,7 @@ python /content/models/research/object_detection/exporter_main_v2.py \
287
--pipeline_config_path training/ssd_efficientdet_d0_512x512_coco17_tpu-8.config
288
```
289
290
-### 10. Using the model for inference
+### 8. Using the model for inference
291
292
After training the model it can be used in many ways. For examples on how to use the model check out my other repositories.
293
0 commit comments