bruehle
bruehle
This error is most probably due to changes in one of the dependencies that is not backwards compatible. I tested it with the following dependency versions, and it ran without...
The error should not occur when using the versions mentioned in my [comment above.](https://github.com/BAMresearch/automatic-sem-image-segmentation/issues/1#issuecomment-1126713210) Please use `pip install -r requirements.txt` to install the packages with the versions mentioned above. And...
@Shailendra-IISc : Yes, the masks should be single-channel black&white images (i.e., 8 bit). I should probably add this to the documentation, or just change the code so that it binarizes...
Hello @Shailendra-IISc , are you using the correct Tensorflow version? When I tested the code with the specified version it ran fine for me, but I remember getting this error...
Hi, I am sorry you're having trouble running the code. This error did not occur for us when we tested the code on our hardware, so I assume it is...
Hi, if you have only one single GPU, try setting ```python USE_GPUS_NO = 0 # List of GPUs used for training (if there is more than one available) ``` Please...
Sorry, didn't mean to close the issue...
Great, I'm glad it works now for you. Thanks for letting me know, and good luck with segmenting your images.
Thank you for the additional information and uploading the log file. Since it only crashes 20 iterations into step 2 (and not immediately), it really might be related to some...
Hi, in case you are still interesed (or for anybody else comming here with the same issue: I just released a new version of the scripts (v 1.2.0), which use...