https://github.com/aaroncherian/freemocap_diagnostics_fork

Free Motion Capture for Everyone 💀✨

https://github.com/aaroncherian/freemocap_diagnostics_fork

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • â—‹
    CITATION.cff file
  • â—‹
    codemeta.json file
  • â—‹
    .zenodo.json file
  • ✓
    DOI references
    Found 3 DOI reference(s) in README
  • ✓
    Academic publication links
    Links to: zenodo.org
  • â—‹
    Academic email domains
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (13.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Free Motion Capture for Everyone 💀✨

Basic Info
  • Host: GitHub
  • Owner: aaroncherian
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage: https://freemocap.org
  • Size: 3.28 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of freemocap/freemocap
Created about 1 year ago · Last pushed about 1 year ago

https://github.com/aaroncherian/freemocap_diagnostics_fork/blob/main/

Project Logo

The FreeMoCap Project

A free-and-open-source, hardware-and-software-agnostic, minimal-cost, research-grade, motion capture system and platform for decentralized scientific research, education, and training

DOI-via-Zenodo.org https://img.shields.io/badge/code%20style-black-000000.svg Latest Release AGPLv3 Contributions Welcome https://img.shields.io/badge/code%20style-black-000000.svg Discord Community Server

https://user-images.githubusercontent.com/15314521/192062522-2a8d9305-f181-4869-a4b9-1aa068e094c9.mp4 -- ## QUICKSTART #### 0. Create a a Python 3.10 through 3.12 environment (python3.11 recommended) #### 1. Install software via [pip](https://pypi.org/project/freemocap/#description): ``` pip install freemocap ``` #### 2. Launch the GUI by entering the command: ``` freemocap ``` #### 3. A GUI should pop up that looks like this: image #### 4. Have fun! It might break! Work in Progress lol #### 5. [Join the Discord and let us know how it went!](https://discord.gg/nxv5dNTfKT) ___ ## Install/run from source code (i.e. the code in this repo) Open an [Anaconda-enabled command prompt](https://www.anaconda.org) (or your preferred method of environmnet management) and enter the following commands: 1) Create a `Python` environment (Recommended version is `python3.11`) ```bash conda create -n freemocap-env python=3.11 ``` 2) Activate that newly created environment ```bash conda activate freemocap-env ``` 3) Clone the repository ```bash git clone https://github.com/freemocap/freemocap ``` 4) Navigate into the newly cloned/downloaded `freemocap` folder ```bash cd freemocap ``` 5) Install the package via the `pyproject.toml` file ```bash pip install -e . ``` 6) Launch the GUI (via the `freemocap.__main__.py` entry point) ```bash python -m freemocap ``` A GUI should pop up! ___ ## Documentation Our documentation is hosted at: https://freemocap.github.io/documentation That site is built using `writerside` from this repository: https://github.com/freemocap/documentation ___ ### Contribution Guidelines Please read our contribution doc: [CONTRIBUTING.md](CONTRIBUTING.md) ## Related [//]: # (* [project-name](#) - Project description) ## Maintainers * [Jon Matthis](https://github.com/jonmatthis) * [Endurance Idehen](https://github.com/endurance) ## License This project is licensed under the APGL License - see the [LICENSE](LICENSE) file for details. If the AGPL does not work for your needs, we are happy to discuss terms to license this software to you with a different agreement at a price point that increases exponentially as you move [spiritually](https://www.gnu.org/philosophy/open-source-misses-the-point.en.html) away from the `AGPL`

Owner

  • Name: Aaron Cherian
  • Login: aaroncherian
  • Kind: user
  • Company: Northeastern University

Currently PhD-ing at Northeastern University as part of the FreeMoCap Project

GitHub Events

Total
  • Push event: 48
Last Year
  • Push event: 48