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
Traceback (most recent call last):
File "D:\Paper\object detection paper\salient object detection\SOD100K-master\CSNet\test.py", line 130, in
main()
File "D:\Paper\object detection paper\salient object detection\SOD100K-master\CSNet\test.py", line 52, in main
test(model, cfg.TEST.DATASETS, loadepoch)
File "D:\Paper\object detection paper\salient object detection\SOD100K-master\CSNet\test.py", line 86, in test
img = np.transpose((img - mean) / std, (2, 0, 1))
ValueError: operands could not be broadcast together with shapes (224,224) (3,)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "D:\Paper\object detection paper\salient object detection\SOD100K-master\CSNet\test.py", line 130, in
main()
File "D:\Paper\object detection paper\salient object detection\SOD100K-master\CSNet\test.py", line 52, in main
test(model, cfg.TEST.DATASETS, loadepoch)
File "D:\Paper\object detection paper\salient object detection\SOD100K-master\CSNet\test.py", line 86, in test
img = np.transpose((img - mean) / std, (2, 0, 1))
ValueError: operands could not be broadcast together with shapes (224,224) (3,)
The text was updated successfully, but these errors were encountered: