Transformers-Tutorials
Transformers-Tutorials copied to clipboard
Dinov2 HF based notebooks with multi scale and Mask2former
Hi,
Train_a_linear_classifier_on_top_of_DINOv2_for_semantic_segmentation
Great notebook but does anyone know how to work with multi scale and mask2former with dinov2 and how use dino with registers?
Hi,
- DINOv2 with registers isn't supported yet in the Transformers library, see https://github.com/huggingface/transformers/issues/27379.
- Mask2Former suppors loading DINOv2 as backbone, including with pre-trained weights. Could you clarify multi-scale?