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 8f2ad21 commit fe5b5f0Copy full SHA for fe5b5f0
yolov5_2_coco.py
@@ -61,8 +61,8 @@ def __init__(self, dir_path):
61
62
self.licenses = [{
63
'id': 1,
64
- 'name': 'GNU General Public License v3.0',
65
- 'url': 'https://github.com/zhiqwang/yolov5-rt-stack/blob/master/LICENSE',
+ 'name': 'Apache License v2.0',
+ 'url': 'https://github.com/RapidAI/YOLO2COCO/LICENSE',
66
}]
67
68
def _get_category(self):
0 commit comments