issues
search
FastTrackOrg
/
FastTrack
FastTrack is a cross-platform application designed to track multiple objects in video recording.
https://www.fasttrack.sh
GNU General Public License v3.0
101
stars
17
forks
source link
PR: add database as backend
#29
Closed
bgallois
closed
2 years ago
bgallois
commented
2 years ago
Add a database as backend to store tracking data.
Goal:
Increase performance for large video files when swapping objects' ID.
Improve implementation for the data class.
Increase portability, one file == one tracking analysis.
Easier implementation of a subsequent module to export tracking data.
Increase analysis speed for large video files.
Roadmap:
[x] Save tracking result in a database, then export in text file for compatibility.
[x] Refactoring of the data class to directly use the database.
[x] Store the parameter file inside the database.
[x] Optimization to reduce program footprint on low system.
[x] Retro-compatibility
Add a database as backend to store tracking data.
Goal:
Roadmap: