Skip to content

Person Detection; List Position (QUESTION) #77

@KaiyoFox

Description

@KaiyoFox

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()

Thanks much

Activity

eloquentarduino

eloquentarduino commented on Feb 26, 2025

@eloquentarduino
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @eloquentarduino@KaiyoFox

        Issue actions

          Person Detection; List Position (QUESTION) · Issue #77 · eloquentarduino/EloquentTinyML