stephanecharette / DarkPlate

License plate parsing using Darknet and YOLO
MIT License
59 stars 11 forks source link

How to train with gray channel only? #7

Open MichaelBryce90 opened 2 years ago

MichaelBryce90 commented 2 years ago

Hello, Stephane! Could you tell me how to train a model only on a gray channel? I do not need RGB, as many experiments have shown that special modes of compensation of light from the camera in the black and white image mode work much better than the color image. In this regard, it is necessary to test the model with only the gray channel. What do I need to change to get a single channel model? Thanks in advance!

stephanecharette commented 2 years ago

I've never tried. Let me know if you try it out.