endernewton / tf-faster-rcnn

Tensorflow Faster RCNN for Object Detection
https://arxiv.org/pdf/1702.02138.pdf
MIT License
3.65k stars 1.58k forks source link

Can I train faster rcnn without pre-trained model? #376

Open ReneWu1117 opened 6 years ago

ReneWu1117 commented 6 years ago

Now, I have to find some objects at a matrix, the shape is (x,y) rather than image shape (x,y,3), so the pre-trained model isn't suitable for my model. And I try to convert the matrix into image, but the result is bad (maybe I do something wrong, so I will try again). So how can I train faster rcnn without pre-trained model?

gujiaqivadin commented 5 years ago

the same problem, did anyone solve it?~ Pls help us. THX