From 9ed05317b794cd177674e681321780614a65e073 Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Fri, 28 Jun 2024 21:15:15 +0100 Subject: [PATCH] Fix URL in README Example (#76) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c26ef..c504801 100644 --- a/README.md +++ b/README.md @@ -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"