EdwardTyantov / ultrasound-nerve-segmentation

Kaggle Ultrasound Nerve Segmentation competition [Keras]
181 stars 61 forks source link

Updated to Python3 and Keras2 #13

Open zxpeter opened 5 years ago

zxpeter commented 5 years ago

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

aPovidlo commented 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?