UI tool to merge and fix tracking results from our 2-camera behavior setup
Go to file
2025-03-01 17:11:37 +01:00
fixtracks [tracks] react on move request and move window 2025-03-01 17:11:37 +01:00
.gitignore [gitignore] more ignores 2025-01-25 14:50:49 +01:00
.pylintrc [detectionpreview] nice and shiny 2025-01-22 18:20:52 +01:00
FixTracks.py [main] fix setting of loglevel 2025-02-24 11:44:20 +01:00
pyproject.toml [main] rename to FixTracks 2025-02-21 16:16:49 +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: