UARK-AICV / AISFormer

[BMVC 2022] AISFormer: Amodal Instance Segmentation with Transformer
https://uark-aicv.github.io/AISFormer/
Apache License 2.0
28 stars 11 forks source link

ValueError: not enough values to unpack (expected 2, got 0) #15

Open FocusGZL opened 1 week ago

FocusGZL commented 1 week ago

File "/home/focus/github_project/AISFormer/detectron2/modeling/roi_heads/roi_heads.py", line 826, in forward mask_head_results, instances = self._forward_mask(features, proposals, c_iter) how to fix the problem? it's so strange.

hnyang00 commented 5 days ago

This may be because the parameters were not passed in. Please check the previous code.