maheeeetaaa

Results 1 issues of maheeeetaaa

[/content/yolov7-deepsort-tracking/utils/google_utils.py](https://localhost:8080/#) in attempt_download(file, repo) 28 except: # fallback plan 29 assets = ['yolov7.pt'] ---> 30 tag = subprocess.check_output('git tag', shell=True).decode().split()[-1] 31 32 name = file.name IndexError: list index out of...