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

AssertionError: shape inconsistent for fcis_cls_seg_weight inferred when using own dataset #114

Open
NikTRSK opened this issue Nov 27, 2017 · 0 comments

Comments

@NikTRSK
Copy link

NikTRSK commented Nov 27, 2017

Hello,

I'm trying to use FCIS with my own dataset and I've run into the following error message:

Traceback (most recent call last):
  File "experiments/fcis/fcis_end2end_train_test.py", line 14, in <module>
    test.main()
  File "experiments/fcis/../../fcis/test.py", line 52, in main
    args.vis, args.ignore_cache, args.shuffle, config.TEST.HAS_RPN, config.dataset.proposal, args.thresh, logger=logger, output_path=final_output_path)
  File "experiments/fcis/../../fcis/function/test_fcis.py", line 49, in test_fcis
    sym_instance.check_parameter_shapes(arg_params, aux_params, data_shape_dict, is_train=False)
  File "experiments/fcis/../../fcis/../lib/utils/symbol.py", line 53, in check_parameter_shapes
    arg_params[k].shape)
AssertionError: shape inconsistent for fcis_cls_seg_weight inferred (98L, 1024L, 1L, 1L) provided (7938L, 1024L, 1L, 1L)

Has anyone run into a similar problem?

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