fast-rcnn
fast-rcnn copied to clipboard
Beginner Tutorial
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?
you can refer to https://github.com/zeyuanxy/fast-rcnn/tree/master/help/train for some help
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?