Kaggle-Carvana-Image-Masking-Challenge icon indicating copy to clipboard operation
Kaggle-Carvana-Image-Masking-Challenge copied to clipboard

Solution based on U-Net for the Kaggle Carvana Image Masking Challenge

Results 8 Kaggle-Carvana-Image-Masking-Challenge issues
Sort by recently updated
recently updated
newest added

Hello, i prepared all the Training and masks into the Right Folders. When i run the Network, the following Error ocurs: " IOError: [Errno 2] File Input/Train_masks.csv does not exist:...

@metakermit thanks for your sharing. There is a problem i can not figure it out: when i run predict_multithreaded.py, i found the code go into a dead loop in the...

Hello, I have a question regarding the architecture. I have images like this example, and want to do image segmentation for the white spots. ![0177_1_4](https://user-images.githubusercontent.com/32751220/33552538-7e3cf98e-d8f5-11e7-8f53-738236940a3c.jpg) Do I understand it correctly,...

Hey,I am getting a StopIteration error when valid_generator( ) is called .The error is given below StopIteration Traceback (most recent call last) in () 6 #callbacks=callbacks, 7 validation_data=valid_generator(), ----> 8...

Thanks for sharing your work, but I have a problem in the loss function. In dice_coeff, y_true is a label, but y_pred is a probility, what does dice_coeff mean? I...

have changed the batch size to 1, any suggestion?

I find add hue-saturation-value data augmentation, SGD converge becomes slower?