Compare commits

...

2 Commits

Author SHA1 Message Date
Hanzhang ma
9ed8669a50 Merge branch 'main' of https://github.com/facebookresearch/co-tracker 2024-07-10 00:04:14 +02:00
Ben Evans
9ed05317b7
Fix URL in README Example (#76) 2024-06-28 21:15:15 +01:00

View File

@ -40,7 +40,7 @@ The easiest way to use CoTracker is to load a pretrained model from `torch.hub`:
```python
import torch
# Download the video
url = 'https://github.com/facebookresearch/co-tracker/blob/main/assets/apple.mp4'
url = 'https://github.com/facebookresearch/co-tracker/raw/main/assets/apple.mp4'
import imageio.v3 as iio
frames = iio.imread(url, plugin="FFMPEG") # plugin="pyav"