u2seg / U2Seg

[CVPR 2024] Code release for "Unsupervised Universal Image Segmentation"
Apache License 2.0
167 stars 5 forks source link

Drop Loss Implementation #10

Open ChristophReich1996 opened 3 months ago

ChristophReich1996 commented 3 months ago

Hi @Dantong88,

great work again, I wanted to ask how you have implemented the Drop Loss? From what I've seen, you haven't changed the loss formulation of Detectron2, how do you achieve the dropping? It would be amazing if you could provide a high-level intuition about the Drop Loss implementation and/or point me to the exact part of the loss implementation.

Thanks for your help!

Cheers, Christoph