Minsoo Song
Results
1
comments of
Minsoo Song
@Sakurayx Hi, I got the same problem. In my case, the problem seems to arise at solov2.py's 237-241 line: ``` gt_masks = gt_masks.permute(1, 2, 0).to(dtype=torch.uint8).cpu().numpy() gt_masks = imrescale(gt_masks, scale=1./output_stride) if...