You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Yolo Tracking issues and found no similar bug report.
Question
i guess i have error in downloading the re_id models:
ne 349, in init
self.model = ReIDDetectMultiBackend(weights=model_weights, device=device, fp16=fp16)
line 64, in init
gdown.download(model_url, str(w), quiet=False)
line 259, in download filename_from_url = m.groups()[0] AttributeError: 'NoneType' object has no attribute 'groups'
The text was updated successfully, but these errors were encountered:
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!
Search before asking
Question
i guess i have error in downloading the re_id models:
ne 349, in init
self.model = ReIDDetectMultiBackend(weights=model_weights, device=device, fp16=fp16)
line 64, in init
gdown.download(model_url, str(w), quiet=False)
line 259, in download filename_from_url = m.groups()[0] AttributeError: 'NoneType' object has no attribute 'groups'
The text was updated successfully, but these errors were encountered: