DocF / multispectral-object-detection

Multispectral Object Detection with Yolov5 and Transformer
GNU Affero General Public License v3.0
315 stars 60 forks source link

About Conv #56

Open myc1998 opened 1 year ago

myc1998 commented 1 year ago

RuntimeError: Given groups=1, weight of size [64, 12, 3, 3], expected input[8, 24, 320, 320] to have 12 channels, but got 24 channels instead

During training, there is a misalignment of channels. I think maybe it's because you input both RGB and IR images? How to solve it? Thank you so much.