Skip to content

Add partitioned SO(3) product particle filter#1980

Merged
FlorianPfaff merged 7 commits into
mainfrom
codex/partitioned-so3-pf
May 8, 2026
Merged

Add partitioned SO(3) product particle filter#1980
FlorianPfaff merged 7 commits into
mainfrom
codex/partitioned-so3-pf

Conversation

@FlorianPfaff
Copy link
Copy Markdown
Owner

Summary

  • Add PartitionedSO3ProductParticleFilter, a generic SO(3)^K particle filter with independent block weights and block-wise systematic resampling.
  • Support global, singleton, and explicit component-index partitions without SMPL- or pose-specific assumptions.
  • Export the new filter from pyrecest.filters and add focused tests for partition validation, block likelihood updates, hybrid block resampling, and component likelihood updates.

Notes

  • This is intended as the generic PyRecEst backend counterpart to the SO3-Pose-Filter block particle filter.
  • The inherited compatibility weights remain available as the normalized average of block weights; means and ESS use block-specific weights.

Tests

  • Not run in this connector environment.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 14.66s
✅ JSON prettier 2 0 0 0 0.41s
✅ JSON v8r 2 0 0 2.3s
✅ MARKDOWN markdownlint 28 0 0 0 1.29s
✅ MARKDOWN markdown-table-formatter 28 0 0 0 0.38s
✅ PYTHON bandit 493 0 0 6.95s
✅ PYTHON black 493 4 0 0 10.55s
✅ PYTHON flake8 493 0 0 3.85s
✅ PYTHON isort 493 4 0 0 0.88s
✅ PYTHON mypy 493 0 0 5.58s
✅ PYTHON pylint 493 0 0 105.53s
✅ PYTHON ruff 493 4 0 0 0.09s
✅ REPOSITORY checkov yes no no 22.07s
✅ REPOSITORY gitleaks yes no no 12.08s
✅ REPOSITORY git_diff yes no no 0.07s
✅ REPOSITORY secretlint yes no no 8.59s
✅ REPOSITORY syft yes no no 3.36s
✅ REPOSITORY trivy-sbom yes no no 3.22s
✅ REPOSITORY trufflehog yes no no 20.68s
✅ YAML prettier 5 0 0 0 0.49s
✅ YAML v8r 5 0 0 5.26s
✅ YAML yamllint 5 0 0 0.5s

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.4.0 --custom-flavor-setup --custom-flavor-linters PYTHON_PYLINT,PYTHON_BLACK,PYTHON_FLAKE8,PYTHON_ISORT,PYTHON_BANDIT,PYTHON_MYPY,PYTHON_RUFF,COPYPASTE_JSCPD,JSON_V8R,JSON_PRETTIER,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_CHECKOV,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

Test Results

    12 files  ± 0      12 suites  ±0   2h 14m 5s ⏱️ - 7m 19s
 1 431 tests + 5   1 431 ✅ + 5      0 💤 ±0  0 ❌ ±0 
17 632 runs  +60  13 952 ✅ +60  3 680 💤 ±0  0 ❌ ±0 

Results for commit 247698c. ± Comparison against base commit d04f847.

♻️ This comment has been updated with latest results.

@FlorianPfaff FlorianPfaff merged commit 82424e0 into main May 8, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant