youtubevos / MaskTrackRCNN

MaskTrackRCNN for video instance segmentation based on mmdetection
Apache License 2.0
431 stars 75 forks source link

When training the model, a RuntimeError arised #17

Open FinalFlowers opened 4 years ago

FinalFlowers commented 4 years ago

RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 'other'

Glee1018 commented 4 years ago

RuntimeError: Expected object of scalar type Byte but got scalar type Bool for argument #2 'other'

hi, I also meet this problem, have you handled it now?

laubravo commented 4 years ago

Hi I have the same problem, did you find a solution? Update: I solved this by recompiling and making sure pytorch==1.1 and mmcv==0.2.14