jwyang / fpn.pytorch

Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
MIT License
952 stars 221 forks source link

no file or directory: RCNN_rpn #10

Open wyzjack opened 6 years ago

wyzjack commented 6 years ago

When I run trainval.py it reports error: no file or directory: RCNN_rpn and neither did I find the package.

Karthik-Suresh93 commented 6 years ago

Hey did you find the solution to this problem? I too get the same error

wyzjack commented 6 years ago

Not yet I am busy these days so maybe I will look into the problem again when I finish my final exam :)

maozezhong commented 6 years ago

@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.

XinZhangRadar commented 5 years ago

@maozezhong Same method to solve the problem , it works.