-
Notifications
You must be signed in to change notification settings - Fork 58
[ViPPET] Add Human Pose Estimation model #900
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds support for the "Human Pose Estimation 0001 (FP16)" model to the Visual Pipeline and Platform Evaluation Tool, expanding the available object classification models for computer vision pipelines.
- Integrates the Human Pose Estimation model into the tool's configuration and UI
- Updates model download scripts to include the new model
- Adds model path configuration for the new pose estimation model
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
tools/visual-pipeline-and-platform-evaluation-tool/utils.py | Adds case handling for Human Pose Estimation model paths and configuration |
tools/visual-pipeline-and-platform-evaluation-tool/pipelines/smartnvr/config.yaml | Adds Human Pose Estimation model to smartnvr pipeline options |
tools/visual-pipeline-and-platform-evaluation-tool/pipelines/simplevs/config.yaml | Adds Human Pose Estimation model to simplevs pipeline options |
tools/visual-pipeline-and-platform-evaluation-tool/models.sh | Updates download script to include Human Pose Estimation model download and setup |
tools/visual-pipeline-and-platform-evaluation-tool/app.py | Adds Human Pose Estimation model option to the UI dropdown |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools/visual-pipeline-and-platform-evaluation-tool/models.sh
is not needed anymore
Description
This PR adds support for the "Human Pose Estimation 0001 (FP16)" model to the Visual Pipeline and Platform Evaluation Tool. The changes update the user interface, configuration files, model download script, and utility functions to fully integrate this new model option.
Checklist: