George-Zhuang / NetTrack

Official code for NetTrack [CVPR 2024]
Apache License 2.0
77 stars 7 forks source link

co-tracker git clone failed, can u provide its version or correct git url? #1

Open ttaohe opened 5 months ago

ttaohe commented 5 months ago

image

George-Zhuang commented 4 months ago

Hi ttaohe,

Thank you for your interest in our work. Actually, it is more recommended to install CoTracker directly using pip:

pip install git+https://github.com/facebookresearch/co-tracker.git@8d364031971f6b3efec945dd15c468a183e58212

In other words, we don't have to git clone CoTracker. But if you still want to browse the code by git clone, please refer to our supported version of CoTracker here and follow these steps:

git clone https://github.com/facebookresearch/co-tracker.git
cd co-tracker
git checkout 8d364031971f6b3efec945dd15c468a183e58212

If you have any other questions, please feel free to let me know.

Guangze