Skip to content
Snippets Groups Projects
Unverified Commit 490b6ee8 authored by miaosakurai's avatar miaosakurai Committed by GitHub
Browse files

fix errors in docs/2_new_data_model.md (#4041)

parent bd3306f5
No related branches found
No related tags found
No related merge requests found
......@@ -228,11 +228,11 @@ data = dict(
train=dict(
img_prefix='balloon/train/',
classes=classes,
ann_file='balloon/train/annotation_coco.json')
ann_file='balloon/train/annotation_coco.json'),
val=dict(
img_prefix='balloon/val/',
classes=classes,
ann_file='balloon/val/annotation_coco.json')
ann_file='balloon/val/annotation_coco.json'),
test=dict(
img_prefix='balloon/val/',
classes=classes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment