Hello everyone,
I am fairly new to ML and Edge Impulse, and feeling thankful for the foundation they provide here for integrating ML with world of microcontrollers.
I am struggling with the image size settings under “Create Impulse”. I am training various pictures for object detection to be implemented on to Nicla Vision. When I use 96x96 by default, I seem to get a high 90% F1 score with the set of images I provide and labels I defined, but that score drops down significantly, if I were to increase that to, say, 160x160 or 320x320. I was expecting that the score would increase by choosing a higher image size.
I guess I am trying to understand the concept behind these sizes a bit better as well. I am using my phone as the camera for gathering the pictures. From what I see those pictures come in at 512x512 size. I then go ahead and perform the labeling.
Is it the labeling boxes that the impulse resizes to 96x96 or the whole image (512x512)?
If it is the latter case and, say for instance, I had initially provided under data acquisition a rectangular image with a labeling box in the upper right corner; will the impulse then crop that image to a square (depending on the resize mode selected), while also losing the labeled item in the upper corner of that image?
Maybe there are detailed explanation on this somewhere in the documentation that I have missed. Hence, I would appreciate any information or direction possible.
Thank you very much.