Open xllau opened 4 years ago
@xllau Have you modified the post-processing file based on the inference instruction in README?
请问一下,这个代码是直接可以跑起来吗?
我主要想复现一下,先谢过
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.
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?