Openmv4P neural network model training

What is the pre-processing of image classification?

Hello @pkqxlh,

Mostly is the color depth change (RGB to greyscale) and the size modification (e.g. 240x240 to 96x96 pixels).

Regards,

Louis

@louis
Does preprocessing have edge detection?

You can implement it easily using our custom processing blocks:

Regards,

Louis