Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error occured when I run the demo.py #147

Open
DeepStillWater opened this issue May 11, 2017 · 3 comments
Open

The error occured when I run the demo.py #147

DeepStillWater opened this issue May 11, 2017 · 3 comments

Comments

@DeepStillWater
Copy link

The error occured when I run the demo.py

Traceback (most recent call last):
File "demo.py", line 10, in
from networks.factory import get_network
File "/root/netdisk/gitlab/Faster-RCNN_TF/tools/../lib/networks/init.py", line 8, in
from .VGGnet_train import VGGnet_train
File "/root/netdisk/gitlab/Faster-RCNN_TF/tools/../lib/networks/VGGnet_train.py", line 2,in
from network import Network
File "../lib/networks/network.py", line 6, in
import roi_pooling_layer.roi_pooling_op_grad
File "/root/netdisk/gitlab/Faster-RCNN_TF/tools/../lib/roi_pooling_layer/roi_pooling_op_grad.py", line 5, in
import roi_pooling_op
File "../lib/roi_pooling_layer/roi_pooling_op.py", line 6, in
roi_pool = roi_pooling_module.roi_pool
AttributeError: module 'e728c87382bd3be30157f0e87e93b6e0' has no attribute 'roi_pool'

what's the problem,how can I fix it?

@amirhfarzaneh
Copy link

This is solved here Issue #50

@DeepStillWater
Copy link
Author

I follow the steps ,but the same error.@amirhfarzaneh

@19931991
Copy link

19931991 commented Aug 7, 2018

Do you have solved the problem ? @DeepStillWater I try the method #50 , but it did not work. @amirhfarzaneh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants