From 5bb9ae3b5f026eb5eef6c0060726bdc6bfe15620 Mon Sep 17 00:00:00 2001 From: philipqueen Date: Thu, 15 Feb 2024 21:19:56 -0700 Subject: [PATCH] fill in FAQ --- .../topics/Frequently-Asked-Questions-FAQ.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/Writerside/topics/Frequently-Asked-Questions-FAQ.md b/docs/Writerside/topics/Frequently-Asked-Questions-FAQ.md index 666d193..aa97b7b 100644 --- a/docs/Writerside/topics/Frequently-Asked-Questions-FAQ.md +++ b/docs/Writerside/topics/Frequently-Asked-Questions-FAQ.md @@ -2,10 +2,28 @@ ## How is FreeMoCap free? +FreeMoCap is completely free to use, but its also free in the sense of "freedom". You have the freedom to use FreeMoCap how you like, including copying, modifying, and redistributing the code. For more information on free software, see this article from the GNU Operating System, [What is Free Software?](https://www.gnu.org/philosophy/free-sw.en.html). + +FreeMoCap is licensed with the [GNU Affero General Public License (v3)](https://www.gnu.org/licenses/agpl-3.0.en.html). + ## How can I contribute to FreeMoCap? +We accept contributions of all kinds and sizes. + +For contributions related to code or documentation, see our [contributing page](contributing_index.md). + +We also greatly appreciate anyone who helps answer questions on our [Discord](https://discord.gg/j76UGWfEeA). + +We also greatly appreciate financial contributions of any size, although the software is and will remain entirely free. You can donate through various platforms on our [donations page](https://freemocap.org/about-us.html#donate). + ## Does FreeMoCap work in realtime? +No, FreeMoCap does not currently work in realtime. It's a goal of ours, and we're currently restructuring our software to make this possible, but it will take some time. + ## Can FreeMoCap track multiple people at once? -## Can I track things that are not humans? \ No newline at end of file +No, FreeMoCap only tracks one person at a time. We're working towards this functionality, but keeping track of which person is which across multiple camera views is hard. + +## Can I track things that are not humans? + +No, FreeMoCap currently only tracks humans. We're working towards implementing DeepLabCut based animal tracking soon, and object tracking will follow that, but for now it's just humans. \ No newline at end of file