-
Notifications
You must be signed in to change notification settings - Fork 15
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
Only square mask predictions are supported #6
Comments
@xllau Have you modified the post-processing file based on the inference instruction in README? |
请问一下,这个代码是直接可以跑起来吗? |
我主要想复现一下,先谢过 |
Hi, I met the same Error when evaluating. |
yuki-inaho
added a commit
to yuki-inaho/CondInst
that referenced
this issue
Feb 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi buddy, when I evaluate with your new weight file, I met the problem as follows:
assert masks.shape[-1] == masks.shape[-2], "Only square mask predictions are supported"
AssertionError: Only square mask predictions are supported
I don't know why this occur and how to fix this?
The text was updated successfully, but these errors were encountered: