gengdd
Results
1
comments of
gengdd
```python masks = process_mask(proto[i], det[:, 6:], det[:, :4], im.shape[2:], upsample=True) # HWC # Just correct it as follows masks = process_mask(proto[-1][i], det[:, 6:], det[:, :4], im.shape[2:], upsample=True) # HWC ```