-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
training on my own dataset #28
Comments
you have bug in test code, Line 292 in 2f3e5c3
rgb's faster rcnn do this in: |
@unsky Solved! Amazing result! Thanks for your help! |
@liuliu66 Hello, I got a problem same as you. Can you show me the detail that you solved the problem? I still don't know how to fix it. Thanks! |
@gk616828144 Hello, my problem is duo to run a wrong sh file so I just check the test.sh and change the model path to my trained model path and the problem is solved. I think if you could run the code on your dataset and got seemly correct loss you could get correct caffemodel file. You can check test.sh and test_mergercnn.sh carefully to solve it. |
I have changed the parameters in train.prototxt with changing 21 to 3 (object + background) and 84 to 12. |
@lixiangamy use fpn-caffe! |
What are the differences between fpn-caffe and caffe-fast-rcnn?I used caffe-fast-rcnn |
@unsky hello,how to restore the rois? I still don't what to do.When I test imgs,the rois is all the same. I don't know where the error is. |
FPN属于faster rcnn框架发展而来,保留了faster rcnn对于rois的设置,faster rcnn 有一个trick就是对第二阶段的rcnn的rois做了白化处理,这种策略可以加速收敛,当然也需要我们在测试阶段进行一次反白化。 |
@unsky HI 这2者之间有关系吗?一个是训练的,一个是测试的.而且,您所谓的反白话又是什么意思?? |
作者您好, 请问训练集像素大小为100100, 目标大小为4040 ,请问 训练时如何设置anchor大小?? |
您好,请问为什么我训练自己的模型会怎么慢速度? |
@unsky Hi, unsky. I really appreciate the code for FPN. But when I used it I got very bad mAP for my single object detection task on my own dataset. I have changed the parameters in train.prototxt and train_mergercnn.prototxt with changing 21 to 2 (object + background) and 84 to 8. The code could run well and loss also looks fine. So could you please tell me are there other places I need to change parameters to for training on my dataset?
The text was updated successfully, but these errors were encountered: