deboc

Results 19 comments of deboc

Seems like an issue with boost version : https://github.com/BVLC/caffe/issues/3494

Hi, Let's have a look [there](https://github.com/rbgirshick/py-faster-rcnn/issues/141#issuecomment-209289035)

Ok tools/train_net.py is in fact an old script for fast-rcnn. You can directly launch the training without any script : (example for alt_opt training) `$cd ` `$./tools/train_faster_rcnn_alt_opt.py --gpu 0 --net_name...

Ok we definitely miss a real tutorial dedicated to py-faster-rcnn with a simple dataset. Chances are your inria.py need 2 more methods (rpn_roidb & _load_rpn_roidb). I'm sorry not to remember...

You are using the alt_opt script with a end2end solver, so it won't work. For training alt_opt the argument is not --solver but --net_name which specify the model folder. Then...

I'm updating zeyuanxy's tutorial for py-faster-rcnn, I'll let you know

I wasn't aware of the last updates with the config, that puzzled me a little ;) Here is my contribution, I hope it will help: https://github.com/deboc/py-faster-rcnn/blob/master/help/Readme.md

No you don't need to rename since the output dimension is not the same. Your issue looks really weird. Can you double check the 4 stage{something}train.pt files in your model...

Hi, First are you sure to have removed the cache ? $ cd $ rm data/cache/voc_2016_train_gt_roidb.pkl $ rm output/faster_rcnn_alt_opt/voc_2016_train/vgg_*

Hi @tohnperfect, cfg.MODEL_DIR has been added in February, maybe you need to update your repo ?