UI tool to merge and fix tracking results from our 2-camera behavior setup
Go to file
2025-01-22 18:20:52 +01:00
fixtracks [detectionpreview] nice and shiny 2025-01-22 18:20:52 +01:00
.gitignore Initial commit 2024-12-20 10:47:34 +00:00
.pylintrc [detectionpreview] nice and shiny 2025-01-22 18:20:52 +01:00
main.py [pyside] switch to pyside instead of pyqt 2025-01-21 09:06:23 +01:00
pyproject.toml started preview and added pyproject toml 2025-01-21 17:42:03 +01:00
README.md working on merging 2024-12-30 13:46:16 +01:00

fitracks

UI tool to merge and fix tracking results from our 2-camera behavior setup

TODO

  • add status bar that shows the processes that are running in the background

  • icons

  • merging of the detections

  • track merging

  • leftcut: 1778, rightcut: 400

  • how to merge the detections:

  1. go through the frames.
  2. for each frame:
    1. get the detections for that frame
    2. if they are outside the overlap range, accept them into the destination data frame
      • if on the right video, increment the x-positions
      • if they are on the left video, accept as is
    3. if they are within, they need to be merged: