You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/home/jsu/cascade/cascade-rcnn_Pytorch/lib/roi_data_layer/minibatch.py", line 79, in _get_image_blob
cfg.TRAIN.MAX_SIZE)
File "/home/jsu/cascade/cascade-rcnn_Pytorch/lib/model/utils/blob.py", line 39, in prep_im_for_blob
im -= pixel_means
ValueError: operands could not be broadcast together with shapes (1216,800,4) (1,1,3) (1216,800,4)
I maked a VOClike dataset used my data,but when I use it to train ,this error happened ,Can you give me some suggestions? Thanks
The text was updated successfully, but these errors were encountered:
File "/home/jsu/cascade/cascade-rcnn_Pytorch/lib/roi_data_layer/minibatch.py", line 79, in _get_image_blob
cfg.TRAIN.MAX_SIZE)
File "/home/jsu/cascade/cascade-rcnn_Pytorch/lib/model/utils/blob.py", line 39, in prep_im_for_blob
im -= pixel_means
ValueError: operands could not be broadcast together with shapes (1216,800,4) (1,1,3) (1216,800,4)
I maked a VOClike dataset used my data,but when I use it to train ,this error happened ,Can you give me some suggestions? Thanks
The text was updated successfully, but these errors were encountered: