Darknet Yolov4-tiny (Grayscale Input) to Tensorflow Weights, Conversion
— TLDR before long story: 1-channel TF model behaves differently than 3-channel one. Both converted successfully from Darknet -> TF, but 1-channel model does not perform as well as before conversion. Task at hand and statements: I have two trained yolov4-tiny darknet weight files (.weights), other has grayscale input (1-channel) and other has color input […]