We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30667d commit e6b0a25Copy full SHA for e6b0a25
general_json2yolo.py
@@ -384,7 +384,9 @@ def delete_dsstore(path='../datasets'):
384
source = 'COCO'
385
386
if source == 'COCO':
387
- convert_coco_json('../datasets/coco/annotations', False, True) # directory with *.json
+ convert_coco_json('../datasets/coco/annotations', # directory with *.json
388
+ use_segments=True,
389
+ cls91to80=True)
390
391
elif source == 'infolks': # Infolks https://infolks.info/
392
convert_infolks_json(name='out',
0 commit comments