SOLO
SOLO copied to clipboard
Mask rcnn can't predict
when I train Mask RCNN . There are warning as follows: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead.
And when I run : python tools/test_ins.py configs/mask_rcnn_r50_fpn_1x.py work_dirs0324/ptc/mask_rcnn_r50_fpn_1x6/epoch_500.pth --show --out results_solo.pkl --eval segm
there are a error as follows:
File "tools/test_ins.py", line 257, in
It seems that the cur_result[0] is not showing " true or false" such as solov2 .
I don't know how to solve it .please help me.