MobileNet-YOLO icon indicating copy to clipboard operation
MobileNet-YOLO copied to clipboard

[Training Issue]Check failed: channels == img_channels (4 vs. 3)

Open toyal opened this issue 5 years ago • 1 comments

Model : yolov3

Backbone : mobilenet

Questions :

when i want to get 4channel image to train the mobilet_yolov3,the lmdb data is corrent,erros happend when i train the Net.does the Net restrict the input channel?error follows: data_transformer.cpp:711] Check failed: channels == img_channels (4 vs. 3)

toyal avatar Oct 16 '19 09:10 toyal

还有其他人遇到过这个问题嘛,是不是跟训练的lmdb数据集有关?

limitzhou avatar Dec 10 '19 10:12 limitzhou