-
Notifications
You must be signed in to change notification settings - Fork 4
hzhang33BEI/convert_bdd100k_to_coco_format
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1 use the offical code to export object detection in concise format by: python3 label2det.py bdd100k/labels/bdd100k_labels_images_train.json \ bdd100k/detection_train.json 2 use python2 convert_to_coco_format.py as follows usage: convert_to_coco_format.py [-h] [--src SRC_PATH] [--dst DST_PATH] [--dir IM_DIR] convert the file to coco format optional arguments: -h, --help show this help message and exit --src SRC_PATH /path/to/source --dst DST_PATH /path/to/save.json --dir IM_DIR /path/to/image/
About
convert the bdd100k dataset's bbox to coco format
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published