CondInst icon indicating copy to clipboard operation
CondInst copied to clipboard

Only square mask predictions are supported

Open xllau opened this issue 4 years ago • 4 comments

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?

xllau avatar Jun 02 '20 03:06 xllau

@xllau Have you modified the post-processing file based on the inference instruction in README?

Epiphqny avatar Jun 07 '20 08:06 Epiphqny

请问一下,这个代码是直接可以跑起来吗?

jianyeyuan avatar Jul 20 '20 12:07 jianyeyuan

我主要想复现一下,先谢过

jianyeyuan avatar Jul 20 '20 12:07 jianyeyuan

Hi, I met the same Error when evaluating. I follow the instruction in README: replace the original detectron2 installed postprocessing.py with the file in this repository. And then it works without error.

AndrewZhou924 avatar Sep 17 '20 12:09 AndrewZhou924