Skip to content

Commit 278f0aa

Browse files
committed
fixed error in readme
1 parent 7dc4c94 commit 278f0aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.idea
1+
.idea
2+
.vscode
3+
.ipynb_checkpoints

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ python /content/models/research/object_detection/exporter_main_v2.py \
287287
--pipeline_config_path training/ssd_efficientdet_d0_512x512_coco17_tpu-8.config
288288
```
289289

290-
### 10. Using the model for inference
290+
### 8. Using the model for inference
291291

292292
After training the model it can be used in many ways. For examples on how to use the model check out my other repositories.
293293

0 commit comments

Comments
 (0)