Hi, i want to develop person detection using FOMO in edge impulse. When i trained the model with my dataset i got a good accuracy, and F1 Score 93.33%
But when i test the model using model testing i got very bad accuracy for all test dataset like this image
The strange thing is when i checked on sample image in model testing, the object are detected with good accuracy. Although the F1 Score is still bad
and after i deploy the model to the Arduino Portenta H7 in OpenMV i got many bounding box noise even i made the threshold = 0.9.
Anyone have solution? My Project Id is 110681
Thanks