zzh8829 / yolov3-tf2

YoloV3 Implemented in Tensorflow 2.0
MIT License
2.51k stars 913 forks source link

Increasing number of channels #374

Open kalikhademi opened 2 years ago

kalikhademi commented 2 years ago

hi everyone,

I am using YOLOv3 to detect water towers in a picture. I have 4 channels in my data which is RGB + infrared. I was wondering if anyone knows how I can can change this code to incorporate more channels of data like 4 channels.

Thanks,

Kiana