bermanmaxim / LovaszSoftmax

Code for the Lovász-Softmax loss (CVPR 2018)
http://bmax.im/LovaszSoftmax
MIT License
1.38k stars 269 forks source link

ModuleNotFoundError: No module named 'lovasz' #32

Open Taitai6521 opened 3 years ago

Taitai6521 commented 3 years ago

pip install lovasz

ERROR: Could not find a version that satisfies the requirement lovasz (from versions: none) ERROR: No matching distribution found for lovasz Note: you may need to restart the kernel to use updated packages.

Please let me know the solution to this.

gguzzy commented 4 months ago

Simply install the repo using git clone $REPO_URL$ and then pip install -e . while you are already inside the cloned directory.