Closed zzw1123 closed 4 years ago
Actually h always equals to w here, since the input inst
is always square, see https://github.com/XiaohangZhan/deocclusion/blob/c8439ea5c119ec1d2cfab5f8ba4694de88e5b0b4/datasets/partial_comp_dataset.py#L86
. However, it's better to fix it to avoid misleading. I will fix it soon, thank you!
Got it. Thank you!
Hi, I think the offset here https://github.com/XiaohangZhan/deocclusion/blob/c8439ea5c119ec1d2cfab5f8ba4694de88e5b0b4/utils/data_utils.py#L90 should be bbox = (int(offx w), int(offy h), w, h). Is it a bug?