20 lines
630 B
Markdown
20 lines
630 B
Markdown
# 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: |