From 43c80c1ba81dce49ed50073ea1e4b387d604cc07 Mon Sep 17 00:00:00 2001 From: Patrick Labatut <60359573+patricklabatut@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:16:22 +0200 Subject: [PATCH] Try to fix embedded video in README.md (#165) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79e8a92..96453e5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ PyTorch implementation and pretrained models for DINOv2. For details, see the pa DINOv2 models produce high-performance visual features that can be directly employed with classifiers as simple as linear layers on a variety of computer vision tasks; these visual features are robust and perform well across domains without any requirement for fine-tuning. The models were pretrained on a dataset of 142 M images without using any labels or annotations. -https://user-images.githubusercontent.com/60359573/230078733-5faffa19-e6ce-4c55-9200-62dd76f8236a.mp4 +https://github.com/facebookresearch/dinov2/assets/60359573/f168823e-7922-415a-b429-578badf5c356 <div align="center"> Visualization of the three first principal components of the patch features of all frames, mapped to RGB values. -- GitLab