Compare commits
No commits in common. "9ed8669a50de5c21ca1334e016d390b746a4a807" and "eeda4d3c986df5749abac442d4ab63764f23aba5" have entirely different histories.
9ed8669a50
...
eeda4d3c98
@ -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/raw/main/assets/apple.mp4'
|
||||
url = 'https://github.com/facebookresearch/co-tracker/blob/main/assets/apple.mp4'
|
||||
|
||||
import imageio.v3 as iio
|
||||
frames = iio.imread(url, plugin="FFMPEG") # plugin="pyav"
|
||||
|
Loading…
Reference in New Issue
Block a user