Closed ryankert01 closed 6 months ago
Before: https://api.github.com/repos/WongKinYiu/yolov7/releases/latest which shows:
{ "message": "Not Found", "documentation_url": "https://docs.github.com/rest/releases/releases#get-the-latest-release" }
This is causing error:
Traceback (most recent call last): File "./yolov7/utils/google_utils.py", line 27, in attempt_download assets = [x['name'] for x in response['assets']] # release assets KeyError: 'assets'
Switch it to /tags/v0.1 to solve it! https://api.github.com/repos/WongKinYiu/yolov7/releases/tags/v0.1
/tags/v0.1
Hello~
Thanks for your update and contribution!
Before: https://api.github.com/repos/WongKinYiu/yolov7/releases/latest
which shows:
This is causing error:
Switch it to
/tags/v0.1
to solve it! https://api.github.com/repos/WongKinYiu/yolov7/releases/tags/v0.1