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

Multi-camera support #293

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft

Multi-camera support #293

wants to merge 38 commits into from

Conversation

aguscas
Copy link
Collaborator

@aguscas aguscas commented Feb 2, 2024

It still needs to be done:

  • Use the motion estimator when either the reference or the footage that is provided to the UI is a video. This is important since we may want to associate points from the reference and the footage from several different frames, and the camera(s) may have moved between those frames. DONE

  • Next to "Remove", add button "Ignore" (to keep those buttons but not use them). You can later "Unignore" (?) them again if you want. DONE

  • Add button to go to the beginning of the video in the UI, for either the reference or the footage. Would need to .release() the video and cv2.destroyAllWindows() before creating the new video instance, initialize a new Video instance with same path, re initialize the associated MotionEstimator, re define the "video", "motion_estimator", "motion_transformation", "current_frame" in the corresponding skipper dict, remove all drawing from the canvas and draw the new image. DONE

  • Associate trackers (from different videos) that are close in the absolute frame. Can also use embeddings (might be useful) DONE

  • Make demo using the UI to initialize the videos to a common frame. DONE

  • Resize images: Maybe the user should be able to resize them from the UI, maybe give an option to resize both (reference and footage) independently. DONE

  • 'save': pickle the transformation and the points variable. Should open a Save File Dialog DONE

  • 'load': load a previous transformation and points variable to keep working on that transformation. Should be an Open File Dialog DONE

  • Dockerize the demos DONE

  • There is a bug in the UI whenever you try to use the file dialog more than once (segmentation fault: 11). Not much we I can do in this regard, it's a common problem with tkinter

  • It would be nice to solve issue 306, so that we don't run into any problem if we process avi files (here, videos been synchronized is fundamental)

  • Add gifs to the README

@aguscas aguscas force-pushed the multi-camera branch 3 times, most recently from 06dab8e to 4a13e0e Compare February 8, 2024 16:12
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.

None yet

1 participant