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

ModuleNotFoundError: No module named 'generate_anchors' #108

Open
kylezlj opened this issue Jun 27, 2019 · 0 comments
Open

ModuleNotFoundError: No module named 'generate_anchors' #108

kylezlj opened this issue Jun 27, 2019 · 0 comments

Comments

@kylezlj
Copy link

kylezlj commented Jun 27, 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.

@kylezlj kylezlj changed the title can't cmake .. ModuleNotFoundError: No module named 'generate_anchors' Jul 3, 2019
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

1 participant