fast-rcnn icon indicating copy to clipboard operation
fast-rcnn copied to clipboard

Beginner Tutorial

Open athus1990 opened this issue 9 years ago • 2 comments

Hi, I am new to caffe and have learnt how to use caffe. However I have difficulty understanding how to train and test my own images in fast-rcnn(assume demo.py works fine and everything is setup).

So suppose I have a bunch of cat images in trainpath and testpath.

Must I call selective saerch.py on the trainpath? Once I have the output file from that how do I train the and test the netwrok? Could you please give me an example of the process?

athus1990 avatar Oct 12 '15 00:10 athus1990

you can refer to https://github.com/zeyuanxy/fast-rcnn/tree/master/help/train for some help

fengyuxi55 avatar Nov 07 '15 01:11 fengyuxi55

i follow that tutorial and i could train a model, but the model don't display the accuracy while training. Also, there is no information about the test script.

Could you help me please?

ericromanenghi avatar Feb 05 '16 19:02 ericromanenghi