Update README.md
This commit is contained in:
parent
9460eefecc
commit
0f9d32869a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user