you359 / Keras-FasterRCNN

keras implementation of Faster R-CNN
MIT License
334 stars 216 forks source link

no test.txt in VOC dataset #1

Open nnZidan opened 6 years ago

nnZidan commented 6 years ago

Hi

Traceback (most recent call last): File "C:/PY_SOURCE2/RCNN/Keras-FasterRCNN-master/train_frcnn.py", line 99, in all_imgs, classes_count, class_mapping = get_data(options.train_path) File "C:\PY_SOURCE2\RCNN\Keras-FasterRCNN-master\keras_frcnn\pascal_voc_parser.py", line 46, in get_data with open(imgsets_path_test) as f: FileNotFoundError: [Errno 2] No such file or directory: 'F:\VOCdevkit\VOC2012\ImageSets\Main\test.txt'

2018-10-02_034448

you359 commented 6 years ago

Hi @nnZidan this repo is simply modified version of keras-frcnn cloned from https://github.com/yhenon/keras-frcnn/ for my own dataset(including testset) which i added the code for testset

now, i fixed pascal_voc_parser.py for pascal VOC 2012 dataset(not including testset) thank to comment!

mohammed-Emad commented 6 years ago

Thank you for the reform Do you have an idea of how to handle data like icdar2015

you359 commented 5 years ago

@mohammed-Emad I roughly search icdar2015. this competition has many sub competition. I think that this challenge mainly deal with a problem like OCR.

However, i'm not yet studied about recognize text in image... I'm sorry i can not help you

zeehuilin commented 5 years ago

You can use the val.txt as test.txt. :) Because the val.txt do not use during training.

mohammed-Emad commented 5 years ago

Thank you for your attention