Skip to content

Add COCO keypoint and BVH motion capture I/O support#930

Open
iftiquar wants to merge 8 commits into
neuroinformatics-unit:mainfrom
iftiquar:feature/human-motion-io
Open

Add COCO keypoint and BVH motion capture I/O support#930
iftiquar wants to merge 8 commits into
neuroinformatics-unit:mainfrom
iftiquar:feature/human-motion-io

[pre-commit.ci] auto fixes from pre-commit.com hooks

4aa96f3
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud failed Mar 26, 2026 in 5s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 144 in examples/load_bvh_data.py

See this annotation in the file changed.

Code scanning / SonarCloud

Insecure temporary file creation methods should not be used High

'tempfile.mktemp' is insecure. Use 'tempfile.TemporaryFile' instead See more on SonarQube Cloud

Check failure on line 102 in examples/load_coco_data.py

See this annotation in the file changed.

Code scanning / SonarCloud

Insecure temporary file creation methods should not be used High

'tempfile.mktemp' is insecure. Use 'tempfile.TemporaryFile' instead See more on SonarQube Cloud