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

when i train rfcn_end2end,there is an error in proposal_target_layer.py #120

Open
zhaowujie opened this issue Nov 19, 2018 · 0 comments
Open

Comments

@zhaowujie
Copy link

File "/media/hp208/4t/yangxueyuan/R-FCN/py-R-FCN/tools/train_net.py", line 112, in
max_iters=args.max_iters)
File "/media/hp208/4t/yangxueyuan/R-FCN/py-R-FCN/tools/../lib/fast_rcnn/train.py", line 205, in train_net
model_paths = sw.train_model(max_iters)
File "/media/hp208/4t/yangxueyuan/R-FCN/py-R-FCN/tools/../lib/fast_rcnn/train.py", line 146, in train_model
self.solver.step(1)
File "/media/hp208/4t/yangxueyuan/R-FCN/py-R-FCN/tools/../lib/rpn/proposal_target_layer.py", line 51, in forward
(all_rois, np.hstack((zeros, gt_boxes[:, :-1])))
File "/usr/local/lib/python2.7/dist-packages/numpy/core/shape_base.py", line 288, in hstack
return _nx.concatenate(arrs, 1)
ValueError: all the input arrays must have same number of dimensions

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