facebookresearch / dinov2

PyTorch code and models for the DINOv2 self-supervised learning method.
Apache License 2.0
8.3k stars 699 forks source link

Release of segmentation configuration files #389

Open Ankowa opened 3 months ago

Ankowa commented 3 months ago

Hi!

In the showcase notebook for segmentation you've released the mmseg configuration files for two datasets: VOC2012 and ADE20k for ViT-Small. In an absence of the training and evaluation code for the segmentation task they provide (almost) all necessary details on augmentations and hyperparameters, which is extremely helpful in reproducing results from your paper.

Could you please release configuration files for all backbones and datasets evaluated in your paper?