dl_scripts
dl_scripts copied to clipboard
Results
2
dl_scripts issues
Sort by
recently updated
recently updated
newest added
您好我想請問: 1.yolo2coco這份轉換code支援一張圖片還有多個物件 txt檔有對應各物件的眶嗎 還是說他只能一張圖片 一個標記框呢
```python for dt in dts: dt['image_id'] = filename2id[dt['image_id']+'.jpg'] dt['category_id'] # id对应好,coco格式和yolo格式的category_id可能不同。 output_dts.append(dt) ```