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
Hello, I have some problems when ./experiments/scripts/FP_Net_end2end.sh 0 FPN pascal_voc
. Maybe you can solve it easily. Thank you very much.
File "/home/zhaoleijie/fpn/FPN-master/tools/../lib/rpn/anchor_target_layer.py", line 14, in
from generate_anchors import generate_anchors
ModuleNotFoundError: No module named 'generate_anchors'
Traceback (most recent call last):
File "./tools/train_net.py", line 112, in
max_iters=args.max_iters)
File "/home/zhaoleijie/fpn/FPN-master/tools/../lib/fast_rcnn/train.py", line 143, in train_net
pretrained_model=pretrained_model)
File "/home/zhaoleijie/fpn/FPN-master/tools/../lib/fast_rcnn/train.py", line 46, in init
self.solver = caffe.SGDSolver(solver_prototxt)
SystemError: <Boost.Python.function object at 0x55c996e12630> returned NULL without setting an error
Some of these libraries may not be found correctly.
The text was updated successfully, but these errors were encountered:
kylezlj
changed the title
can't cmake ..
ModuleNotFoundError: No module named 'generate_anchors'
Jul 3, 2019
Hello, I have some problems when ./experiments/scripts/FP_Net_end2end.sh 0 FPN pascal_voc
. Maybe you can solve it easily. Thank you very much.
File "/home/zhaoleijie/fpn/FPN-master/tools/../lib/rpn/anchor_target_layer.py", line 14, in
from generate_anchors import generate_anchors
ModuleNotFoundError: No module named 'generate_anchors'
Traceback (most recent call last):
File "./tools/train_net.py", line 112, in
max_iters=args.max_iters)
File "/home/zhaoleijie/fpn/FPN-master/tools/../lib/fast_rcnn/train.py", line 143, in train_net
pretrained_model=pretrained_model)
File "/home/zhaoleijie/fpn/FPN-master/tools/../lib/fast_rcnn/train.py", line 46, in init
self.solver = caffe.SGDSolver(solver_prototxt)
SystemError: <Boost.Python.function object at 0x55c996e12630> returned NULL without setting an error
Some of these libraries may not be found correctly.
The text was updated successfully, but these errors were encountered: