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

Imx500 support #722

Merged
merged 4 commits into from
Sep 26, 2024
Merged

Imx500 support #722

merged 4 commits into from
Sep 26, 2024

Commits on Sep 20, 2024

  1. core: Add release version number to version string

    Signed-off-by: Naushir Patuck <[email protected]>
    naushir committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    74d2776 View commit details
    Browse the repository at this point in the history
  2. postprocessing: plot_pose_cv_stage: Support multiple poses

    Switch to using vectors for the list of points/confidences so that
    multiple poses can be drawn.
    
    Signed-off-by: Naushir Patuck <[email protected]>
    naushir committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9341f75 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. postprocessing: Add initial support for IMX500 postprocessing

    Add postprocessing stages using the IMX500 inference output. MobileNet
    SSD object inference and PoseNet pose estimation software stages have
    been implemented in this commit.
    
    Signed-off-by: Naushir Patuck <[email protected]>
    naushir committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    650e472 View commit details
    Browse the repository at this point in the history
  2. Update gen_orig.yml workflow

    Use Debian packaging tarball names
    
    Update to action-gh-release v2
    
    Generate IMX500 models tarball
    
    Check that project and tag versions match
    XECDesign authored and naushir committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fe7e364 View commit details
    Browse the repository at this point in the history