aurora95 / Keras-FCN

Keras-tensorflow implementation of Fully Convolutional Networks for Semantic Segmentation(Unfinished)
MIT License
650 stars 268 forks source link

where is “~/.keras/datasets/VOC2012/combined_imageset_train.txt” #58

Open PellyKoo opened 6 years ago

PellyKoo commented 6 years ago

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

ahundt commented 6 years ago

the scripts should generate those files if you follow the readme instructions

duan147 commented 6 years ago

I don't know why, I didn't generate this file. Can you tell you what you have done to generate it?thanks

PellyKoo commented 6 years ago

@duan147 You should download “tf_image_segmentation”,and run “python data_pascal_voc.py” in a terminal window.

PellyKoo commented 6 years ago

@duan147 PS:Follow “readme.md”instructions

duan147 commented 6 years ago

@PellyKoo Thank you. I'll try it.

duan147 commented 6 years ago

@PellyKoo I'd like to ask, are you through this code? If you can, can you add a contact number? Thank you.

PellyKoo commented 6 years ago

@duan147 OK.my E-mail address:pellykoo@foxmail.com

simonsayshi commented 6 years ago

@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?

jiyeonBaek commented 6 years ago

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.

F951 commented 6 years ago

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

pkuyilong commented 4 years ago

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.