does this plugin also recognize colors? for example, if the player drew something using red but the drawing needs to be black, is there a way for the plugin to recognize this and have a response?
Viewing post in Canvas Image Recognition Plugin - RPG Maker MZ / MV comments
The ML model does recognize colors, but it's not gonna return it. It only returns the probability of how close x drawing is to each data in the data set you've trained the model with. If you trained the model with black colored shapes, and the player draws with a red pen, then the probabilities are gonna be off.