facebookresearch / co-tracker

CoTracker is a model for tracking any point (pixel) on a video.
https://co-tracker.github.io/
Other
2.52k stars 175 forks source link

ValueError: mutable default <class 'hydra.conf.JobConf.JobConfig.OverrideDirname'> for field override_dirname is not allowed: use default_factory #85

Closed shrxht closed 3 weeks ago

shrxht commented 1 month ago

when I want to evaluate on TAP-Vid DAVIS, import hydra will raise this issue, how can I solve it

nikitakaraevv commented 1 month ago

Hi @shrxht, did you follow the installation instructions? https://github.com/facebookresearch/co-tracker?tab=readme-ov-file#evaluation

That's how you should install hydra for the current version of code:pip install hydra-core==1.1.0 mediapy