Hello! i see your comment on https://github.com/leoxiaobin/deep-high-resolution-net.pytorch, may i ask a question about your work. In the yolo detection(lib/etector/yolo/preprocess.py (line 31) funtion prep_image), you do not change the channel to RGB, if i use the yolo model by directly input a RGB image, should the image channel be changed to BGR to get a precise result?
Hello! i see your comment on https://github.com/leoxiaobin/deep-high-resolution-net.pytorch, may i ask a question about your work. In the yolo detection(lib/etector/yolo/preprocess.py (line 31) funtion prep_image), you do not change the channel to RGB, if i use the yolo model by directly input a RGB image, should the image channel be changed to BGR to get a precise result?