mhamilton723 / STEGO

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

What is all_good_images in src/eval_segmentation.py used for? #4

Closed frank-xwang closed 1 year ago

frank-xwang commented 2 years ago

Hi, thanks for sharing your code! I found that you set all_good_images = [11, 32, 43, 52] for cityscapes. Could you please let me know why using [11, 32, 43, 52] and what all_good_images in src/eval_segmentation.py is used for? Thanks!

abauville commented 1 year ago

all_good_images are handpicked images for visualization purpose. It does not affect computation

mhamilton723 commented 1 year ago

Yes @abauville is correct, those are just ones that i thought gave a reasonable spread of different behavior for our paper figures. Closing this issue