facebookresearch / dinov2

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

Instance segmentation #81

Open Shar-01 opened 1 year ago

Shar-01 commented 1 year ago

Has anyone tried instance segmentation with Dinov2 patch token features? How were the results?

xcp2022beGood commented 1 year ago

I got a tensor after the model ,but I dont know what's next to do.

itsprakhar commented 1 year ago

I have tried adding a simple linear binary segmentation head and training it on a large dataset. Did not get the expected result!

Junking1 commented 1 year ago

M