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 1446c38 commit cdf0efbCopy full SHA for cdf0efb
darknet2coco.py
@@ -40,7 +40,7 @@ def __init__(self,genconfig_data):
40
self.licenses = [{
41
'id': 1,
42
'name': 'GNU General Public License v3.0',
43
- 'url': 'https://github.com/zhiqwang/yolov5-rt-stack/blob/master/LICENSE',
+ 'url': 'https://github.com/RapidAI/YOLO2COCO/LICENSE',
44
}]
45
46
if not Path(self.dst).is_dir():
@@ -307,4 +307,4 @@ def generate(self):
307
converter = DARKNET2COCO(args.data_path)
308
else:
309
converter = YOLO2COCO(args.data_path)
310
- converter.generate()
+ converter.generate()
0 commit comments