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

Improved heuristic transformation estimation algorithms and integrated transformation.Buffer with them #57

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

integraledelebesgue
Copy link
Member

@integraledelebesgue integraledelebesgue commented Nov 9, 2024

Closes #54
Closes #55
Closes #59

Changes

  • New interfaces formalize 3D object manipulation:
    • Projectable describes projection from 3D perspective space to image plane
    • Unprojectable describes 3D perspective reconstruction from 2D image and depth estimation
    • Transformable describes rotations and translations of 3D objects
  • Results reconstruable in 3D space implement Unprojectable interface and have corresponding Result3d classes containing their perspectivic 3D representation
  • gaze.Estimator returns new Result3d object instead of Result
  • For debugging purposes, demo_sequential now saves videos with depth estimation and reprojections of side poses to ceiling camera plane

@integraledelebesgue integraledelebesgue force-pushed the feature/transformation-improvement branch 10 times, most recently from e43d6fa to d4ccf2e Compare November 14, 2024 21:06
@integraledelebesgue integraledelebesgue force-pushed the feature/transformation-improvement branch 3 times, most recently from 4f63934 to 4074c5f Compare November 18, 2024 21:08
@integraledelebesgue integraledelebesgue changed the title Integrated Buffer with heuristic transformation estimation and implemented projection and transformation for all Results Improved heuristic transformation estimation algorithms and integrated transformation.Buffer with them Nov 18, 2024
Improved heuristic transformation estimation algorithms

Enhanced `demo_sequential` procedure with depth and reprojection visualizations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant