haverland / Tenth-of-step-of-a-meter-digit

Apache License 2.0
10 stars 8 forks source link

Grayscale or RGB #4

Closed mohammad-karam closed 2 years ago

mohammad-karam commented 2 years ago

It is not clear if I need to predict an image should it be Gray-scale or RGB photo? I think Grayscale would be enough but I still see models in RGB . Could you give a reason why should we we use RGB photo?

Thanks!

haverland commented 2 years ago

Thanks for your comment.

On you question I've updated the Readme.md. Depending on the original project (https://github.com/jomjol/AI-on-the-edge-device) and it's history we using rgb at now for easier integration. The images comes from the esp32-edgeAI device. Here can the collecting application https://github.com/haverland/collectmeterdigits used.

The discussion of rgb or grayscale is an older one. Yes it is not really relevant for the recognition. Both have nearly the same accuracy. If we have rgb images, we can easily move to grayscale later on.