fpn.pytorch
fpn.pytorch copied to clipboard
no file or directory: RCNN_rpn
When I run trainval.py it reports error: no file or directory: RCNN_rpn and neither did I find the package.
Hey did you find the solution to this problem? I too get the same error
Not yet I am busy these days so maybe I will look into the problem again when I finish my final exam :)
@wyzjack
maybe you can just delete RCNN_rpn.
change RCNN_rpn.rpn_loss_cls.data[0] to rpn_loss_cls.data[0]
I am not sure whether this change will influence the preformance, my case is in training now.
@maozezhong Same method to solve the problem , it works.