mhamilton723 / STEGO

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

Failed on loading the pre-trained model #34

Open rose-jinyang opened 2 years ago

rose-jinyang commented 2 years ago

Hello How are you? Thanks for contributing to this project. I installed the same environment as this repo. When I ran the script "eval_segmentation.py", I met the following issue.

image

Could u guide me to fix this issue? Thanks

jaswindersingh2 commented 2 years ago

This might help https://github.com/mhamilton723/STEGO/issues/11#issuecomment-1120406390

rose-jinyang commented 2 years ago

Thank for reply. After the "run_picie" is set to False, the above issue disappeared but it seems that the evaluation process dose NOT forward for 14 hours. image

BradNeuberg commented 2 years ago

Look at the fix in this issue to clear up the blocked process: https://github.com/mhamilton723/STEGO/issues/37

gtq0801 commented 1 year ago

Thank for reply. After the "run_picie" is set to False, the above issue disappeared but it seems that the evaluation process dose NOT forward for 14 hours. image

Hello, I met the same question as you, have you solved this problem?