Update README.md

This commit is contained in:
Nikita Karaev 2024-01-22 11:59:03 +00:00 committed by GitHub
parent 9460eefecc
commit 0f9d32869a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,6 +203,15 @@ make -C docs html
## Previous version ## Previous version
You can use CoTracker v1 directly via pytorch hub:
```python
import torch
import einops
import timm
import tqdm
cotracker = torch.hub.load("facebookresearch/co-tracker:v1.0", "cotracker_w8")
```
The old version of the code is available [here](https://github.com/facebookresearch/co-tracker/tree/8d364031971f6b3efec945dd15c468a183e58212). The old version of the code is available [here](https://github.com/facebookresearch/co-tracker/tree/8d364031971f6b3efec945dd15c468a183e58212).
You can also download the corresponding checkpoints: You can also download the corresponding checkpoints:
```bash ```bash