Skip to content

Commit 4817bf8

Browse files
authored
Merge pull request #791 from eselkin/ssd
add script to process annotation jsons from COCO and transform them t…
2 parents 7fa6961 + 6a16328 commit 4817bf8

File tree

2 files changed

+473
-1
lines changed

2 files changed

+473
-1
lines changed

data/coco/create_data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ data_root_dir="$HOME/data/coco"
88
dataset_name="coco"
99
mapfile="$root_dir/data/$dataset_name/labelmap_coco.prototxt"
1010
anno_type="detection"
11-
label_type="json"
11+
label_type="xml"
1212
db="lmdb"
1313
min_dim=0
1414
max_dim=0

0 commit comments

Comments
 (0)