You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: