Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training pipeline of linear probing for semantic segmentation and depth estimation #361

Open
ywyue opened this issue Jan 11, 2024 · 1 comment

Comments

@ywyue
Copy link

ywyue commented Jan 11, 2024

Dear DINOv2 team, thank you for this amazing work! If I am correct, I only found the whole pipeline of linear probing for classification on ImageNet in https://github.com/facebookresearch/dinov2/blob/main/dinov2/eval/linear.py.

Is it possible for you to also release the training pipeline of linear probing for semantic segmentation (ADE20k, Cityscapes, Pascal VOC 2012) and depth estimation (NYU-Depth V2, KITTI, SUN-RGBD), including dataloader, data augmentation used, training schedule, etc? I believe this will serve as a standard testbed for follow-up works to compare with DINOv2 in a fair setup (i.e. excluding the effect of data augmentation, training schedule, etc). Thank you very much!

@zshn25
Copy link

zshn25 commented Feb 9, 2024

Hi, here's an unofficial training and testing pipeline of segmentation using mmsegmentation, based on the configs provided by the authors. The example implements Cityscapes but can be adopted to other datasets

https://github.com/zshn25/DINOv2_mmseg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants