Skip to content

Conversation

ktaube26
Copy link
Contributor

@ktaube26 ktaube26 commented Sep 5, 2025

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:

  • I agree to use the APACHE-2.0 license for my code changes.
  • I have not introduced any 3rd party components incompatible with APACHE-2.0.
  • I have not included any company confidential information, trade secret, password or security token.
  • I have performed a self-review of my code.

Copy link
Contributor

@Copilot Copilot AI left a 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.

@ktaube26 ktaube26 requested a review from lamalexck September 8, 2025 06:55
p-zak
p-zak previously approved these changes Sep 8, 2025
@p-zak p-zak added the vippet label Sep 17, 2025
Copy link
Contributor

@p-zak p-zak left a 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

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

Successfully merging this pull request may close these issues.

2 participants