jwyang / fpn.pytorch

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

ImportError: No module named faster_rcnn.faster_rcnn_cascade #9

Open chj1933 opened 6 years ago

chj1933 commented 6 years ago

when I run demo, There will be ImportError: No module named faster_rcnn.faster_rcnn_cascade. there is no faster_rcnn package.

Karthik-Suresh93 commented 6 years ago

Hi @jwyang @jiasenlu @doronpor , did you solve this issue?

yuy01 commented 5 years ago

i have the same problem,did you solve the problem????How to add this faster_rcnn package?

ZongxianLee commented 5 years ago

https://github.com/jwyang/fpn.pytorch/issues/15

ZongxianLee commented 5 years ago

I have just reimplemented the demo code for fpn-trained model. https://github.com/jwyang/fpn.pytorch/issues/15

luoye-g commented 4 years ago

The author has implemented the previous Fast-RCNN project.