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

Redesigned visualization #58

Merged
merged 4 commits into from
Nov 10, 2024
Merged

Conversation

integraledelebesgue
Copy link
Member

@integraledelebesgue integraledelebesgue commented Nov 9, 2024

Closes #46

Changes

  • New Visualizable protocol indicates that object can be drawn on a frame
  • All Results implement Visualizable
  • Visualizer is no longer implementing the drawing logic for particular Results. Instead, it calls methods from Visualizable on them and accumulates obtained drawings for each frame.
  • calibrate command now expects a workspace argument and positive number of videos, identically to process
  • calibrate and process save annotated videos:
    * calibrate draws chessboard corners on analyzed frames
    * process draws marker bounding boxes, ids and local coordinate axes
  • Writer now takes Path instead of str as a destination

@integraledelebesgue integraledelebesgue force-pushed the feature/visualization-revamp branch 3 times, most recently from 3f50114 to 205b0f4 Compare November 10, 2024 12:19
@integraledelebesgue integraledelebesgue merged commit 8461c10 into main Nov 10, 2024
3 checks passed
@integraledelebesgue integraledelebesgue deleted the feature/visualization-revamp branch November 10, 2024 12:23
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.

Redesign visualization logic
1 participant