ShaoqingRen / faster_rcnn

Faster R-CNN
Other
2.7k stars 1.22k forks source link

Error on using proposal_generate_minibatch (line 34) on Training Phase #165

Open jankristantowibisono opened 7 years ago

jankristantowibisono commented 7 years ago

Hi all, I am following the tutorial at readme. And everything goes well for testing (use existing model).

I am trying repeat the training process but got error like this

Error using proposal_generate_minibatch (line 34) Assertion failed.

Error in proposal_train (line 113) [net_inputs, scale_inds] = proposal_generate_minibatch_fun(conf, image_roidb_train(sub_db_inds));

Error in Faster_RCNN_Train.do_proposal_train (line 7) model_stage.output_model_file = proposal_train(conf, dataset.imdb_train, dataset.roidb_train, ...

Error in script_faster_rcnn_VOC2007_ZF (line 45) model.stage1_rpn = Faster_RCNN_Train.do_proposal_train(conf_proposal, dataset, model.stage1_rpn, opts.do_val);

I am following the tutorial, this error popup when I run script_faster_rcnn_VOC2007_ZF.m

I really appreciate your kind help.

Regards Jan