yuxiangsun/RTFNet

How to train your dataset?

Opened this issue · 2 comments

Excuse me,I have an issue,Why is the dataset four-channel? How to train RGB image and infrared image separately input?I would be most grateful if you could answer me.

The detail about the issue you can ref in model file.

101-102
rgb = input[:,:3]
thermal = input[:,3:]

wylbd commented