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
Track-Anything does not specify a specific version of PyAV in requirements.txt and currently PyAV 13.1 is pulled, which results to an error after tracking button is pressed as the following screenshot depicts.
I am not sure if this is a bug of torchvision, numpy or of Track-Anything. My version of torchvision is 0.20.0 and numpy 1.26.4 I managed to solve the issue by downgrading to PyAV 12 ( pip install av==12.0).
PS: In my current installation I solved rest issues following the comments/suggestions on the rest issues.
The text was updated successfully, but these errors were encountered:
Track-Anything does not specify a specific version of PyAV in requirements.txt and currently PyAV 13.1 is pulled, which results to an error after tracking button is pressed as the following screenshot depicts.
I am not sure if this is a bug of torchvision, numpy or of Track-Anything. My version of torchvision is 0.20.0 and numpy 1.26.4 I managed to solve the issue by downgrading to PyAV 12 (
pip install av==12.0
).PS: In my current installation I solved rest issues following the comments/suggestions on the rest issues.
The text was updated successfully, but these errors were encountered: