Skip to content

Commit 24406cb

Browse files
author
Eli Selkin
committed
add script to process annotation jsons from COCO and transform them to PASCAL VOC style XML annotation files and made create_data.sh use xml format for lmdb
1 parent b4bacbb commit 24406cb

File tree

2 files changed

+461
-1
lines changed

2 files changed

+461
-1
lines changed

data/coco/create_data.sh

Lines changed: 1 addition & 1 deletion
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)