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.
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.