Mohammed Aun Siddiqui
Results
3
comments of
Mohammed Aun Siddiqui
I did install on python 3.7 using conda on Windows 10. These were the steps: 1. Create New Environment $ conda create --name som python = 3.7 2. Activate Environment...
For binary segmentation, you can get the predicted mask for each image and compare it with the true mask using this code https://gist.github.com/aunsid/b28c87f98983f00163f6e588e3da1191
@konstantin-frolov thanks for the code.