We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to use FCIS with my own dataset and I've run into the following error message:
Has anyone run into a similar problem?
The text was updated successfully, but these errors were encountered: