├── README.md └── scripts ├── batch_split_annotation_foryolo.py ├── create_JEPG_dir.py ├── create_yolo_list.py ├── demo.py └── split_annotation_foryolo.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChriswooTalent/COCO_forYOLO/HEAD/README.md -------------------------------------------------------------------------------- /scripts/batch_split_annotation_foryolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChriswooTalent/COCO_forYOLO/HEAD/scripts/batch_split_annotation_foryolo.py -------------------------------------------------------------------------------- /scripts/create_JEPG_dir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChriswooTalent/COCO_forYOLO/HEAD/scripts/create_JEPG_dir.py -------------------------------------------------------------------------------- /scripts/create_yolo_list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChriswooTalent/COCO_forYOLO/HEAD/scripts/create_yolo_list.py -------------------------------------------------------------------------------- /scripts/demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChriswooTalent/COCO_forYOLO/HEAD/scripts/demo.py -------------------------------------------------------------------------------- /scripts/split_annotation_foryolo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChriswooTalent/COCO_forYOLO/HEAD/scripts/split_annotation_foryolo.py --------------------------------------------------------------------------------