mhamilton723 / STEGO

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

evaluating issue #17

Open chetanyaabhinav opened 2 years ago

chetanyaabhinav commented 2 years ago

first of all, thank you for bringing out the paper. I am getting issues while evaluating the model. can you please check it once Screenshot (1)

mhamilton723 commented 2 years ago

Look like this is an issue with pytorch install try this guide to troubleshoot your install:

https://pytorch.org/get-started/locally/

asafb2k commented 2 years ago

Same problem here, anyone found a solution?

mhamilton723 commented 2 years ago

@asafb2k have you installed pytorch with GPU support?

aurahman1801 commented 2 years ago

Instead of "python eval_segmentaion.py", try "HYDRA_FULL_ERROR=1 python eval_segmentaion.py" to run the code. It should work