Open zxpeter opened 5 years ago
Thanks for your modification @zxpeter!
I'am tring to run on Python 3.6, TensorFlow 1.14.0 and Keras 2.2.4. However, I can’t run it because I don’t understand the changes in data.py. It is not clear for me where the _GT.bmp
format came from (create_train_data()
and create_test_data()
functions in data.py)
Then I can not create img_mask_test.npy, even it is necessary for work in code later. I tried to comment all the moments where it is called, but this affected on the final score (0.37 public).
Where did you get the data? Can you tell me how you managed to prepare the data for your code?
Modified some files to use up-to-date package. Now for python3.6 and keras 2.1.6. https://github.com/zxpeter/ultrasound-nerve-segmentation Enjoy