hackaroto
hackaroto
Hi @liuwenran! I've been trying to train this with the imagenet dataset, but have no idea on how to build the dataset (I have the JPEG files and Annotations, etc),...
@RafaRuiz did you ever manage to get the ImageNet model? I have been wanting to do that but have not yet succeeded :(
so @sid027, in order to train fast rcnn on imagenet data, according to: https://github.com/zeyuanxy/fast-rcnn/tree/master/help/train I have to: 1. create a new imagenet.py (based on pascal_voc.py) 2. modify factory.py 3. run...
@sid027 Thanks for the quick reply!!! I'm sorry it took me so long to re-reply :(, I actually found this blog: http://sunshineatnoon.github.io/Train-fast-rcnn-model-on-imagenet-without-matlab/ which I followed and managed to train imagenet....