NVIDIA-AI-IOT / trt_pose

Real-time pose estimation accelerated with NVIDIA TensorRT
MIT License
974 stars 291 forks source link

what is the relationship of max_num_parts and max_num_objects in ParseObjects? #161

Open jonbakerfish opened 2 years ago

jonbakerfish commented 2 years ago

Hi, could you explain what is the relationship of max_num_parts and max_num_objects in the ParseObjects? Can we set them to different values?

jaybdub commented 2 years ago

Hi @jonbakerfish ,

Thanks for reaching out!

max_num_objects - the max number of "people" that can be detected max_num_parts - the max number of individuals body parts, per body part type (like max_num_parts=100 means there can be up to 100 total left eyes and 100 total left elbows, etc. in the image)

Hope this helps. Let me know if you have any other questions.

Best, John