mhamilton723 / STEGO

Unsupervised Semantic Segmentation by Distilling Feature Correspondences
MIT License
712 stars 143 forks source link

Custom dataset evaluation #21

Open messimm opened 2 years ago

messimm commented 2 years ago

Hi! Thank you for your code!

Can you explain process of evaluation for custom dataset in Readme? What is picie? dark_mode? How to launch evaluation without errors?

Thank you for cooperation!

mhamilton723 commented 2 years ago

Hey @messimm, thanks for reaching out. PiCIE was the baseline we compared against so setting that to True runs a pre-trained PiCIE model through the same evaluation. Note that for your use case you can turn that to False because you dont have pre-trained PiCIE weights.

Dark mode is just whether to plot the plots with a black background for making pretty slides.

What errors are you encountering specifically?

innat-asj commented 1 year ago

@mhamilton723