Open PellyKoo opened 6 years ago
the scripts should generate those files if you follow the readme instructions
I don't know why, I didn't generate this file. Can you tell you what you have done to generate it?thanks
@duan147 You should download “tf_image_segmentation”,and run “python data_pascal_voc.py” in a terminal window.
@duan147 PS:Follow “readme.md”instructions
@PellyKoo Thank you. I'll try it.
@PellyKoo I'd like to ask, are you through this code? If you can, can you add a contact number? Thank you.
@duan147 OK.my E-mail address:pellykoo@foxmail.com
@ahundt hi, I've run the 'python data_pascal_voc.py pascal_voc_setup' they generate two label folder and a folder named 'trainval' but there is no file named combined_images_train.txt, why is that?
Hello, I have same problem. I got all dataset except "combined_imageset_train.txt" , "combined_imageset_val_txt" . If it is okay, can I get those file through Email? Mine is qor3429@gmail.com . Thanks.
Hi, in the main part of "train.py", in the "if dataset == 'VOC2012_BERKELEY':" section, set:
train_file_path=os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/ImageSets/Segmentation/train.txt')
val_file_path=os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/ImageSets/Segmentation/val.txt')
data_dir = os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/JPEGImages')
label_dir= os.path.expanduser('~.keras/datasets/VOC2012/VOCdevkit/VOC2012/SegmentationClass')
Regards
Maybe there is something wrong with your network, connection failed or read timeout cause this problem. I met this problem when i first run, next running result is correct.
Thank you for your code. I've already download voc2012 dataset. But I didn't find this file“combined_imageset_train.txt”,Similarly, I didn't find “combined_imageset_val.txt”,If you are free, please tell me