You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have used the R-FCN to train my data and got normal accuracy. But when I trained using R-FCN with OHEM, I got the training accuracy and loss like this:
To train the OHEM, I followed the instruction that changing the batch_size in config.py to -1.
I want to know what's happened and how can I fix it. Is there any other changes I omited? @YuwenXiong Really need your kind help.
Welcome suggestions from all friends on the same boat. Thank you very much!
The text was updated successfully, but these errors were encountered:
Hi, Yuwen, thanks for your quick comment. In fact what I used is a publicly available vehicle dataset, it seems not existing the problem of more back-ground objects. What's more, training process without OHEM performs normally. I observed that in /py-R-FCN/experiments/cfgs/rfcn_end2end_ohem.yml, the batch_size has been set -1. Do I still need to change batch_size in /py-R-FCN/lib/fast_rcnn/config.py to -1? I have done this operation, but with no more other changes in other files. What other problems would you imagine? @YuwenXiong
Hi, I have used the R-FCN to train my data and got normal accuracy. But when I trained using R-FCN with OHEM, I got the training accuracy and loss like this:
and the final testing accuracy was also very low:
To train the OHEM, I followed the instruction that changing the batch_size in config.py to -1.
I want to know what's happened and how can I fix it. Is there any other changes I omited?
@YuwenXiong Really need your kind help.
Welcome suggestions from all friends on the same boat. Thank you very much!
The text was updated successfully, but these errors were encountered: