You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to print the Position of the Found Person (Position, X,Y; and End Position X,Y
Im looking through the library and cant find much; I was able to find "personScore", but nothing more
Im working with the Person Detection example
In which it only uses personDetection.tf.benchmark.millis()
Person detection is a model I borrowed directly from the TF page. As far as I know, it is a image classification model, which only detects if a person is in the image or not, but is not able to allocate it.
If you're using the XIAO ESP32S3, you may have a look at the the SenseCraft platform: they do seem to have a model with bounding boxes, but I have never used it on the XIAO
Activity
eloquentarduino commentedon Feb 26, 2025
Person detection is a model I borrowed directly from the TF page. As far as I know, it is a image classification model, which only detects if a person is in the image or not, but is not able to allocate it.
If you're using the XIAO ESP32S3, you may have a look at the the SenseCraft platform: they do seem to have a model with bounding boxes, but I have never used it on the XIAO