lukemelas / deep-spectral-segmentation

[CVPR 2022] Deep Spectral Methods: A Surprisingly Strong Baseline for Unsupervised Semantic Segmentation and Localization
227 stars 41 forks source link

add argument ganseg #7

Closed PSRahul closed 2 years ago

PSRahul commented 2 years ago

The argument --ganseg is missing in the object-localization/main.py. I added the argument so that no errors are thrown

lukemelas commented 2 years ago

Thanks for catching this!

The argument --ganseg is from an old ablation experiment. Rather than adding the argument, I'm going to just remove all the code related to args.ganseg.

Check out the code after the latest commit and let me know how it works for you.

PSRahul commented 2 years ago

Thanks for the update!. I will check with the latest commit and will let you know how it works out

PSRahul commented 2 years ago

The new commits solve the --ganseg. Thanks for the help!

I will close the PR