Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monocular_people_tracking_node.cpp: All detected persons are not valid. Won't transition (update) from InitialState to InittialTrainingState #21

Open
kevin-chau opened this issue Apr 17, 2024 · 1 comment

Comments

@kevin-chau
Copy link

kevin-chau commented Apr 17, 2024

I'm testing monocular person following on the AGX Orin. The webcam and pose estimation seem to be working but it's stuck in the initial state and will not train. I have a full view of my neck and both ankles.

image

So far all I've been able to figure out is that it thinks every person returned by people_tracker->get_people() is invalid. It's failing this check in create_msgs() in monocular_people_tracking_node.cpp:

image

I haven't been able to get a single valid person. I am running on an AGX Orin with CUDA 11.4, tensorflow 1.15.5 (NVIDIA CUDA build), tf-pose 0.1.1. I am able to build everything with catkin_make and no compilation errors.

@koide3 Any suggestions on why all the people detections are invalid? All I can see is that the correction_count() is not greater than validation_correction_count. Thank you so much for your great work on this project!

@kevin-chau
Copy link
Author

There are two warnings that stick out to me. One is for the webcam conversion:
image

The other is this ARM64 not supporting NUMA error. I'm not sure what NUMA is.

image

The last thing is that my webcam has a resolution of 768x480.

I'm not sure if any of these factors would effect the tracking algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant