Antony1227

Results 4 issues of Antony1227

hi, hologerry~ I'm currently run your code on 4 V100 32G. I found it took about 1.3s for each iteration (batch size =128/GPU), thus the total training time for 100...

Thanks for the excellent work. In table 5 in the paper, the ReferFormer reaches 31.0 J&F on your dataset and how are the results obtained? Is it directly evaluated on...

File "/home/LISA/model/LISA.py", line 336, in model_forward gt_mask.shape[0] == pred_mask.shape[0] AssertionError: gt_mask.shape: torch.Size([3, 427, 640]), pred_mask.shape: torch.Size([6, 427, 640]) I found the reason that causes this problem is (in train_ds.py, line...