mhamilton723 / STEGO

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

Environment issue #33

Closed tanveer6715 closed 2 years ago

tanveer6715 commented 2 years ago

Hi, Thanks for your good work. I want to use this model for my own dataset but it took a long time when creating the environment for this repository. Anyone help me how can I create environment without facing any problem?

Supgb commented 2 years ago

Using the mamba package to install the environment instead of the conda can save a lot of time.

FlyingYanglu commented 2 years ago

Thanks a lot for posting the solution. In my case, my conda env creation froze at solving environment, but mamba installed everything properly.

tanveer6715 commented 2 years ago

Using the mamba package to install the environment instead of the conda can save a lot of time.

Thanks it works. I am closing this issue.