MCPcopy Create free account
hub / github.com/BICLab/SpikeYOLO / coco2yolo.py

File coco2yolo.py

coco2yolo.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2COCO 格式的数据集转化为 YOLO 格式的数据集
3--json_path 输入的json文件路径
4--save_path 保存的文件夹名字,默认为当前目录下的labels。

Callers

nothing calls this directly

Calls 7

convertFunction · 0.85
writeMethod · 0.80
printFunction · 0.50
loadMethod · 0.45
appendMethod · 0.45
getMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected