keras-semantic-segmentation-example icon indicating copy to clipboard operation
keras-semantic-segmentation-example copied to clipboard

Example of semantic segmentation in Keras

Results 1 keras-semantic-segmentation-example issues
Sort by recently updated
recently updated
newest added
trafficstars

Sorry for the interruption, but I don't understand why the mask is reshaped in binary_crossentropy_example.py, line 106: `mask_list= mask_list.reshape(batch_size,IMAGE_H*IMAGE_W,NUMBER_OF_CLASSES)` but the image_list is not similarly reshaped. The code works perfectly...