lsj910128

Results 3 comments of lsj910128

Hi, you can decrease the `base_lr` in the `solver.prototxt`. Change the `base_lr: 0.001 ` to `0.0001`, repeating this until you find a `base_lr` value that work. And the time of...

I have had this problem before. Because I have no root user rights, so I directly change the code in rpn/proposal_target_layer.py", line 305 `roi_mask = -1 * np.ones((int(h), int(w)), dtype=np.float32)`...

@nqanh Thanks a lot! It's a good means to solve this problem. You always can give us good advice!