Keras-FCN icon indicating copy to clipboard operation
Keras-FCN copied to clipboard

Hello, I also have this problem, I want to train my data set, but the picture of my data set is jpg, the label is png, can I use this data set for training, if I can, I need the program What changes have been made, thank you

Open watchmexiang opened this issue 6 years ago • 1 comments

Hello, I also have this problem, I want to train my data set, but the picture of my data set is jpg, the label is png, can I use this data set for training, if I can, I need the program What changes have been made, thank you

watchmexiang avatar Dec 24 '18 05:12 watchmexiang

Hi, you can add your jpg image in ~/.keras/datasets/VOC2012/VOCdevkit/VOC2012/JPEGImages and png image in ~/.keras/datasets/VOC2012/combined_annotations

You can then add the name of the image in ~/.keras/datasets/VOC2012/combined_imageset_train.txt

fookingthg avatar Jan 15 '19 19:01 fookingthg