Skip to content

Commit

Permalink
Merge pull request #791 from eselkin/ssd
Browse files Browse the repository at this point in the history
add script to process annotation jsons from COCO and transform them t…
  • Loading branch information
weiliu89 authored Jan 2, 2018
2 parents 7fa6961 + 6a16328 commit 4817bf8
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/coco/create_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data_root_dir="$HOME/data/coco"
dataset_name="coco"
mapfile="$root_dir/data/$dataset_name/labelmap_coco.prototxt"
anno_type="detection"
label_type="json"
label_type="xml"
db="lmdb"
min_dim=0
max_dim=0
Expand Down
Loading

0 comments on commit 4817bf8

Please sign in to comment.