tgels

Results 9 comments of tgels

Do we need to segment the images ? The segmented images are in the Segmentation folder. I am not sure how they were done for the VOC 07 dataset. Here...

you can write a simple perl script to generate the annotation tags.

@qiaosongwang : did you generate a new selective_search model data ?. I get the below error when I remove the old VOC 2007 model data under data/selective_search_data ( script does...

@qiaosongwang: I have the same error as you now, 0 positive instances and then I get this exceptions: Error using \* Inner matrix dimensions must agree. Error in rcnn_pool5_to_fcX (line...

@qiaosongwang : did you check the tags in the annotation xml files ? I found a problem with one of the tags and it was not reading the annotation files...

@qiaosongwang : How did you generate your own selective search data ? I did not find any instructions on training with a custom data set. But I was able to...

Thank you @qiaosongwang. Will take a look at the selective search boxes. I was able to use the VOC 2007 boxes though and get about 68% accuracy. Not bad. But...

If you have a list of images and their categories, you use it to create the class_train.txt, class_test.txt, class_val.txt, and class-trainval.txt. Divide the imageset into training images, test images, and...

Very weird, I tried this before and after activating virtualenv but still had the same problem. I have now installed pylearn2 manually but don't have the src for this tutorial...