[docs] add some docs stubs

This commit is contained in:
Jan Grewe 2025-01-22 22:59:25 +01:00
parent 4faf82ed3c
commit 0f4a29252e
5 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# convert
Convert JSON files containing the pose estimations to pandas DataFrames for easier handling and faster processing.

12
fixtracks/docs/index.md Normal file
View File

@ -0,0 +1,12 @@
# FixTracks
Tools for fixing some tracking issues:
* [merge](merge.md)
* [convert](convert.md)
* [tracks](tracks.md)
## License
This is open source software with absolutely no warranty.
See [license](license.md) for details.

11
fixtracks/docs/license.md Normal file
View File

@ -0,0 +1,11 @@
# License
Copyright 2024-2025, Jan Grewe
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[BACK](index.md)

3
fixtracks/docs/merge.md Normal file
View File

@ -0,0 +1,3 @@
# merge
Merge tool to join the detections from two different cameras.

3
fixtracks/docs/tracks.md Normal file
View File

@ -0,0 +1,3 @@
# tracks
Tool to assign detections to tracks. Join them etc...