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

Created KeypointsParser node. #1130

Open
wants to merge 6 commits into
base: v3_develop
Choose a base branch
from
Open

Created KeypointsParser node. #1130

wants to merge 6 commits into from

Commits on Sep 19, 2024

  1. Added keypoints parser device node. For now not working on device (on…

    …ly on host) and without python bindings. Also added keypoints parser example.
    NicikD committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b2b49b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a538e7 View commit details
    Browse the repository at this point in the history
  3. Moved RVC2 examples to RVC2 folder, refactored creation of keypoints …

    …message to only use Keypoints class, moving into new branch so "v3_develop_" is not in the name of the branch
    NicikD committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b9a67cb View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Moved function definitions out of #ifdef DEPTHAI_XTENSOR_SUPPORT, wou…

    …ldnt compile otherwise
    NicikD committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3581cd5 View commit details
    Browse the repository at this point in the history
  2. Created Keypoint object to add per point confidence to KeypointsParse…

    …r output. Made KeypointsParser to compile when building without xtensor support. Added implicit metadata setting to KeypointsParser from NN archive.
    NicikD committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    b47bf37 View commit details
    Browse the repository at this point in the history
  3. Changed Keypoint z and confidence member values to be std::optional i…

    …nstead of having a default value
    NicikD committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    876ead8 View commit details
    Browse the repository at this point in the history