keras-image-segmentation icon indicating copy to clipboard operation
keras-image-segmentation copied to clipboard

Image segmentation with keras. FCN, Unet, DeepLab V3 plus, Mask RCNN ... etc.

Results 3 keras-image-segmentation issues
Sort by recently updated
recently updated
newest added

hi,i have a question,why steps_per_epoch=3475 while not steps_per_epoch=2975 ?the number of the train datasets of cityscapes is 2975,Thank you very much and look forward to your reply

Just added a line in test.py after line 57 👍 x_img =cv2.resize(x_img,(512,256))

Traceback (most recent call last): File "train.py", line 42, in lr_init=lr_init, lr_decay=lr_decay, vgg_weight_path=vgg_path) File "/home/atsushi/keras/work/keras-image-segmentation/model/fcn.py", line 111, in fcn_8s x = Lambda(lambda x: tf.image.resize_images(x, (x.shape[1] * 2, x.shape[2] * 2)))(x)...