You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains demo notebooks to showcase how to fine-tune the model on custom data for [image classification](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DINOv2/Fine_tune_DINOv2_for_image_classification_%5Bminimal%5D.ipynb) + [semantic segmentation](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DINOv2/Train_a_linear_classifier_on_top_of_DINOv2_for_semantic_segmentation.ipynb).
6
6
7
7
Interested in doing depth estimation with DINOv2? See [this notebook](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DPT/Inference_with_DPT_%2B_DINOv2_for_depth_estimation.ipynb), which adds a DPT head to a DINOv2 backbone.
8
8
9
+
The DINOv2 docs can be found [here](https://huggingface.co/docs/transformers/main/model_doc/dinov2).
10
+
9
11
See also this thread for more info regarding using DINOv2: https://github.com/facebookresearch/dinov2/issues/153
0 commit comments