Recent Releases of freemocap
freemocap - v1.6.1
FreeMoCap v1.6.1 release
How to Update
Updating with Pip
In the virtual or conda environment where you launch freemocap, enter the following command:
pip install freemocap==1.6.*
You can confirm the update by checking the version number in the bottom right corner of the FreeMoCap GUI Welcome Screen
Installing with Dedicated Installer
Releases for this version are in the assets files at the bottom of this page. Please read the general notes and specific instructions for your platform before installing. If you already have FreeMoCap downloaded through the installer, there are notes on how to update the version in the v1.2.0 Release Notes.
Release Notes
FreeMoCap 1.6.0 fixes a bug in our calibration pipeline that was causing a ~10-15% difference scaling offset to our data (i.e. so measured limb segment lengths would be ~85-115% of their real world lengths). Additionally, this same bug was also leading to the scaling of the same set of data being different across different OS's. See https://github.com/freemocap/freemocap/issues/681 for more details on the bug and our troubleshooting.
If your application of FreeMoCap requires empirical accuracy, we recommend updating and reprocessing critical data with the new version of FreeMoCap to ensure the highest quality results.
We discovered this bug due to our ongoing efforts to incorporate comprehensive quality assurance diagnostics into our pipeline.
Additionally, the YOLO tracking in FreeMoCap has been not working due to using an outdated version of ultralytics - so we've updated to YOLO v11 to get that working again.
General Changes
- FreeMoCap (
v1.6.0): Output 3D data should now be much more accurately scaled to real-world units - FreeMoCap (
v1.6.0): Output 3D data should be scaled the same across different OS's - FreeMoCap (
v1.6.0): Small update onMacOSto detect variations in names ofBlender.app. Thanks @gonewest818 for the contribution! - SkellyTracker (
v2025.5.1022): Fixed theCharucoTrackerinSkellyTracker - SkellyTracker (
v2025.5.1022): Upgraded ourYOLOversion tov11, which should also get theYOLOMediaPipecombo tracker working again
What's Changed
- Update README.md by @aaroncherian in https://github.com/freemocap/freemocap/pull/680
- Sort videos when getting paths by @aaroncherian in https://github.com/freemocap/freemocap/pull/682
- Update skellycam and skelly_synchronize versions by @aaroncherian in https://github.com/freemocap/freemocap/pull/666
- QUICK FIX - Update CITATION.cff by @trentwirth in https://github.com/freemocap/freemocap/pull/688
- detect variations of "Blender.app" on macOS by @gonewest818 in https://github.com/freemocap/freemocap/pull/687
- Aaron/fix pin to 0 code by @aaroncherian in https://github.com/freemocap/freemocap/pull/686
- Update skellytracker by @aaroncherian in https://github.com/freemocap/freemocap/pull/690
- Fix a bug that caused the AniposeCalibrationWorker to fail when running headlessly by @aaroncherian in https://github.com/freemocap/freemocap/pull/696
New Contributors
- @gonewest818 made their first contribution in https://github.com/freemocap/freemocap/pull/687
Full Changelog: https://github.com/freemocap/freemocap/compare/v1.5.4...v1.6.0
- Python
Published by aaroncherian about 1 year ago
freemocap - v1.5
FreeMoCap v1.5 release
How to Update
Updating with Pip
In the virtual environment where you launch freemocap, enter the following command:
pip install freemocap==1.5.*
Confirm update by checking the version number in the bottom right corner of the FreeMoCap GUI Welcome Screen
Installing with Dedicated Installer
Releases for this version are in the assets files at the bottom of this page. Please read the general notes and specific instructions for your platform before installing. If you already have FreeMoCap downloaded through the installer, there are notes on how to update the version in the v1.2.0 Release Notes.
Release Notes
FreeMoCap 1.5.0 focuses on improving our data output. Thanks to @ajc27-git, our final 3d data output now includes both .fbx and .bvh files, improving the portability of our output data for animation purposes.
We also added a tidy data output in a "tall" instead of "wide" format. This new file is called {recording_name}_by_frame.csv, and the old .csv format is still available as {rcording_name}_by_trajectory.csv. This update is thanks to a suggestion from @roaldarbol, and is discussed here: https://github.com/freemocap/freemocap/issues/653.
General Changes
- FreeMoCap (
v1.5.0): Fix blender addon 'images as planes' behavior for Blender v4.2+ - FreeMoCap (
v1.5.0): Added a "tall" format, tidy data.csvoutput*_by_frame.csv. Also fixed links to the docs and privacy policy and a path in the.ipynboutput. - FreeMoCap Blender addon (
v2024.12.1033): Addfbxandbvhfiles to the output. Also improved the logging messages. - SkellyViewer (
v2024.12.1026): Patch the--helpcommand. - SkellyForge
(v2024.12.1009): Patch the--helpcommand.
What's Changed
- fix docs and privacy policy links by @philipqueen in https://github.com/freemocap/freemocap/pull/656
- Add uv override for opencv-python by @philipqueen in https://github.com/freemocap/freemocap/pull/652
- Actions testing by @philipqueen in https://github.com/freemocap/freemocap/pull/657
- Update addon version by @philipqueen in https://github.com/freemocap/freemocap/pull/658
- Vet actions with @zizmor by @philipqueen in https://github.com/freemocap/freemocap/pull/659
- fix path to center of mass in notebook output by @philipqueen in https://github.com/freemocap/freemocap/pull/662
- Update pyproject.toml by @aaroncherian in https://github.com/freemocap/freemocap/pull/660
- add tidy csv option by @aaroncherian in https://github.com/freemocap/freemocap/pull/661
Full Changelog: https://github.com/freemocap/freemocap/compare/v1.4.7...v1.5.0
Attached Files:
freemocap_test_data_processed_with_freemocap_v1.5.0.zip- A zipped copy of thefreemocap_test_datarecording processed withfreemocap_v1.5.0
Installers
NOTE - For detailed instructions on the use of these installers, see the v1.2.0 Release Notes
- freemocap_linux_app.zip - Dedicated installer for Linux systems.
freemocap_windows_exe.zip- Dedicated installer/executable for Windows systems. Does not work on Windows 11.freemocap_mac_app.zip- Dedicated installer/application for Mac systems. Works on both Intel and Arm systems.
- Python
Published by philipqueen over 1 year ago
freemocap - FreeMoCap v1.4 release
FreeMoCap v1.4.0 release
How to Update
Updating with Pip
In the conda environment where you launch freemocap, enter the following command:
pip install freemocap==1.4.*
Confirm update by checking the version number in the bottom right corner of the FreeMoCap GUI Welcome Screen
Installing with Dedicated Installer
Releases for this version are in the assets files at the bottom of this page. Please read the general notes and specific instructions for your platform before installing. If you already have FreeMoCap downloaded through the installer, there are notes on how to update the version in the v1.2.0 Release Notes.
Release Notes
This minor release adds the ability to get 3d data from a single camera. Because this data is less reliable, 2d data is still the default. To turn on 3d data for single camera recordings, uncheck the Flatten Single Camera Data (Recommended) button in the motion capture parameters. It also fixes a bug in the processing pipeline check that was interfering with some single camera recordings.
FreeMoCap 1.4.0 marks a significant backend overhaul across almost all of our sub-repositories. As we're working towards our long-term goal of providing users the flexibility to integrate and use different pose estimation trackers, this update focuses on making the backend more tracker-agnostic and simplifying the process for writing new pose estimation trackers within our SkellyTracker repository.
General Changes
- FreeMoCap (
v1.4.0): 3D data can now be collected from a single camera. The backend has been fully generalized to remove the hard dependency on MediaPipe for data and file management. Now, tracker-specific information is provided by SkellyTracker, making it easier to integrate different trackers. - - Note: As a part of this, we did update some of our file naming conventions - see notes below for more
- SkellyTracker
(v2024.08.1018): Some big updates to simplify writing new trackers for FreeMoCap. Check out themediapipe_model_info.pyin SkellyTracker if you're interesting in seeing how its written. - SkellyForge
(v2024.8.1008): Small update to remove MediaPipe dependency - FreeMoCap Blender addon (
v2024.09.1024): Updated paths to align with the new file naming conventions. The addon now also checks for compatibility with old file names.
IMPORTANT: New file naming convention
We've standardized our file naming convention with this update - which means if you have any scripts that depend on specific file names, they may not work with recordings made with v1.4.
We now follow a standard convention of tagging any file names with the prefix `[trackername]' - which affects these following file names moving forward:
Raw Data: All raw data file names previously lacked underscores and have been changed to do so.
Output Data: The file name for the numpy array with all the processed name has been changed.
Center of Mass: All center of mass file names are now prefixed with mediapipe_.
See the table below for the full name changes.
Update Script
We have also added an update script to standardize an entire freemocap_data folder to the new naming convention. You can run the script by running python -m freemocap.utilities.update_1_4_path_names in your terminal. To specify a non-default freemocap_data folder, you can run python -m freemocap.utilities.update_1_4_path_names {PATH_TO_OTHER_FOLDER}. Depending on your Python installation you may need to run python3 -m ....
| Old File Name | New File Name | |------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| | mediapipe2dDatanumCamsnumFramesnumTrackedPointspixelXY.npy | mediapipe2dDatanumCamsnumFramesnumTrackedPointspixelXY.npy | | mediapipe3dDatanumCamsnumFramesnumTrackedPointsreprojectionError.npy | mediapipe3dDatanumCamsnumFramesnumTrackedPointsreprojectionError.npy | | mediapipe3dDatanumFramesnumTrackedPointsreprojectionError.npy | mediapipe3dDatanumFramesnumTrackedPointsreprojectionError.npy | | mediapipe3dDatanumFramesnumTrackedPointsspatialXYZ.npy | mediapipe3dDatanumFramesnumTrackedPointsspatialXYZ.npy | | mediaPipeSkel3dbodyhandsface.npy | mediapipeskeleton3d.npy | | totalbodycenterofmassxyz.npy | mediapipetotalbodycenterofmassxyz.npy | | segmentCOMframejointxyz.npy | mediapipesegmentCOMframejointxyz.npy |
What's Changed
- Remove residual confidence threshold cutoff by @philipqueen in https://github.com/freemocap/freemocap/pull/623
- Patch pipeline check for single video recordings by @philipqueen in https://github.com/freemocap/freemocap/pull/624
- 3d from Single Camera by @philipqueen in https://github.com/freemocap/freemocap/pull/618
- Generalize mediapipe code to other trackers by @philipqueen in https://github.com/freemocap/freemocap/pull/536
Full Changelog: https://github.com/freemocap/freemocap/compare/v1.3.1...v1.4.0
Attached Files:
freemocap_test_data_processed_with_freemocap_v1.4.0.zip- A zipped copy of thefreemocap_test_datarecording processed withfreemocap_v1.4.0
Installers
NOTE - For detailed instructions on the use of these installers, see the v1.2.0 Release Notes
- freemocap_linux_app.zip - Dedicated installer for Linux systems.
freemocap_windows_exe.zip- Dedicated installer/executable for Windows systems. Does not work on Windows 11.freemocap_mac_app.zip- Dedicated installer/application for Mac systems. Works on both Intel and Arm systems.
- Python
Published by aaroncherian almost 2 years ago
freemocap - v1.3.0
FreeMoCap v1.3.0 release
How to Update
Updating with Pip
In the conda environment where you launch freemocap, enter the following command:
pip install freemocap==1.3.0
Confirm update by checking the version number in the bottom right corner of the FreeMoCap GUI Welcome Screen
Installing with Dedicated Installer
Releases for this version are in the assets files at the bottom of this page. Please read the general notes and specific instructions for your platform before installing. If you already have FreeMoCap downloaded through the installer, there are notes on how to update the version below.
New minor version bump (i.e. the middle number increased, SemVar for fmc-core), the most exciting part of which is the fixes and improvements to the standard Blender output - continuing the process of integrating @ajc27's great work into the core FreeMoCap software
Here is a link to relevant release on the freemocap_blender_addon repo (v2024.07.1022 - CalVer for the sub-skellies)
This release includes a .zip you can use to install as Blender addon, and a sample output based on the standard freemocap_test_data
https://github.com/freemocap/freemocapblenderaddon/releases/tag/v2024.07.1022
Going forward, we will try to keep the freemocap_blender_addon latest release up to date with an installable Blender addon (Hopefully autmated via GitHub Action, see: https://github.com/freemocap/freemocapblenderaddon/issues/16)
Whee!
❤️💀✨
Auto-generated Release notes (i.e. merged Pull Requests in this release)
- Patch 'exporttoblender' import in batch process by @philipqueen in https://github.com/freemocap/freemocap/pull/585
- Update PyApp Installers by @philipqueen in https://github.com/freemocap/freemocap/pull/615
- Minor: Fix message at beginning of Blender Export by @philipqueen in https://github.com/freemocap/freemocap/pull/599
- Add issue templates for bugs and feature requests by @philipqueen in https://github.com/freemocap/freemocap/pull/598
- Add manual instructions to OpenCV conflict dialog by @philipqueen in https://github.com/freemocap/freemocap/pull/586
- Allow PySide 6.7 in pyproject by @philipqueen in https://github.com/freemocap/freemocap/pull/611
- Pydantic 2 Upgrade by @philipqueen in https://github.com/freemocap/freemocap/pull/588
- Support 3.12 by @philipqueen in https://github.com/freemocap/freemocap/pull/609
- Patch: Update Skellyviewer when processing finishes by @philipqueen in https://github.com/freemocap/freemocap/pull/621
Full Changelog: https://github.com/freemocap/freemocap/compare/v1.2.2...v1.3.0
Attached Files:
freemocap_test_data_processed_with_freemocap_v1.3.0.zip- A zipped copy of thefreemocap_test_datarecording processed withfreemocap_v1.3.0
Installers
NOTE - For detailed instructions on the use of these installers, see the v1.2.0 Release Notes
- freemocap_linux_app.zip - Dedicated installer for Linux systems.
freemocap_windows_exe.zip- Dedicated installer/executable for Windows systems. Does not work on Windows 11.freemocap_mac_app.zip- Dedicated installer/application for Mac systems. Works on both Intel and Arm systems.
- Python
Published by jonmatthis almost 2 years ago
freemocap - 1.2.0
FreeMoCap 1.2.0
FreeMoCap 1.2.0 is a minor release with major impacts, including new features, workflow upgrades, and bug fixes. Below is a list of our new features:
Highlights
freemocap_datafolder is now configurable: You can set any folder location to use as your freemocap_data folder, and it will be remembered across sessions- Blender executable path is remembered across sessions: Once you set a Blender executable path, it will now be remembered across sessions. If the automatic finder doesn't work, you will only need to manually find the path once, instead of having to reset it every session.
- Deprecated legacy Blender export methods: We have deprecated the "alpha megascript" blender methods, so the "ajc27freemocapblender_addon" is now the only option.
- Enable Rigify automatically: Now rigify is enabled automatically during the Blender export, removing a confusing barrier for first time users.
- Improved sample data calibration: We have updated the calibration file for both the sample and test data, so the output is higher quality.
- Expose YOLO crop parameters: Users can now set parameters for the YOLO crop preprocessing step, allowing for finer grained control of preprocessing.
Full Changelog
- Add YOLO Crop Parameters to Parameter Tree by @philipqueen in https://github.com/freemocap/freemocap/pull/567
- Patch: Fix link in welcome screen by @philipqueen in https://github.com/freemocap/freemocap/pull/568
- get rid of blender 4 exclusion by @aaroncherian in https://github.com/freemocap/freemocap/pull/566
- Catch blender errors by @philipqueen in https://github.com/freemocap/freemocap/pull/569
- removing estimate segment lengths by @aaroncherian in https://github.com/freemocap/freemocap/pull/571
- Aaron/remove legacy blender code by @aaroncherian in https://github.com/freemocap/freemocap/pull/572
- Updating status checker by @philipqueen in https://github.com/freemocap/freemocap/pull/574
- Update sample and test data by @philipqueen in https://github.com/freemocap/freemocap/pull/576
- User Settable Freemocap_data Path by @philipqueen in https://github.com/freemocap/freemocap/pull/562
- Update Subrepos by @philipqueen in https://github.com/freemocap/freemocap/pull/570
- Patch: check for OSerror when accessing drives by @philipqueen in https://github.com/freemocap/freemocap/pull/582
- Add Charuco Board SVG to Assets by @philipqueen in https://github.com/freemocap/freemocap/pull/583
Detailed Changelog: https://github.com/freemocap/freemocap/compare/v1.1.1...v1.2.0
Updating with Pip
To update the installation with pip, run pip install freemocap --upgrade.
Installing with Dedicated Installer
- We are trying out PyApp as a method to create a non-CLI based installer
- Please note that this is our first time bundling installers, so there will likely be issues when trying to install and run them. You can always download FreeMoCap from PyPI following our installation instructions. Some general and platform-specific notes about the installers are listed below:
‼️General Notes Before Using the Installer Executable:
- This is not an endgame solution, but it should be functional enough for the time being
- The first time you open the [PyApp](executable, it will install the necessary environment to run FreeMoCap.
- This means that an internet connection is required the first time you open FreeMoCap with the executable, but from then on, you can run it without internet connection.
- Please note that the installation process will require roughly 3GB of available space
- NOTE: This will take roughly 5-10 mins to install with no indication of installation. Please wait patiently :)
- As the installers are still experimental they will likely be flagged by your OS security settings
Platform-Specific Notes:
Windows: The FreeMoCap installers do not work on Windows 11 yet. We're currently working towards getting the software approved by Windows as virus free.
Mac: The single installer should work on both Intel and Apple Silicon Macs. To run the app, you will need to open the zip file and you will see the app, which you can drag to the Applications folder. The first time you open the app, it will tell you it is from an unidentified developer and ask if you would like to move it to the trash. Close out of that window, right click the app, click
Open, and choose to open the file. Once you have done this once, you can open the app as normal in the future. For more information, see the official Apple documentation.
Deleting, Updating, and Restoring the Installer
The installer has a handful of management command that can be run in a terminal by using the path to the executable as the start of the command (referred to below as {EXECUTABLE_PATH}). On Mac, you need to add /Contents/MacOS/freemocap_app to the freemocap.app path to get the below commands to work.
To delete the installed version of FreeMoCap, you can run {EXECUTABLE_PATH} self remove. This will delete all of the data associated with the executable (but not your freemocap_data folder), and then you can manually delete the executable or app.
To update the installed version of FreeMoCap, you can run {EXECUTABLE_PATH} self update. This will update to the latest release of FreeMoCap.
If you have installed FreeMoCap through the installer but it will not successfully run, something may have happened during the installation process. You can try running {EXECUTABLE_PATH} self restore, which will delete the associated installation files and reinstall them. Ensure you give enough time for the installer to fully download when restoring.
- Python
Published by philipqueen about 2 years ago
freemocap - FreeMoCap 1.0
There's all sorts of number bigger than 1 💫
What's Changed
- Jon/full refactor by @jonmatthis in https://github.com/freemocap/freemocap/pull/332
- super basic update of readme to run refactored GUI by @jonmatthis in https://github.com/freemocap/freemocap/pull/336
- redirect old entry points by @jonmatthis in https://github.com/freemocap/freemocap/pull/338
- Jon/add pypi action by @jonmatthis in https://github.com/freemocap/freemocap/pull/339
- Trent/choose your blender by @trentwirth in https://github.com/freemocap/freemocap/pull/341
- added color to selected tab by @trentwirth in https://github.com/freemocap/freemocap/pull/344
- Trent/color restyling by @trentwirth in https://github.com/freemocap/freemocap/pull/347
- Fix blender executable path input on mac by @philipqueen in https://github.com/freemocap/freemocap/pull/345
- Add mediapipe silicon support by @philipqueen in https://github.com/freemocap/freemocap/pull/351
- Trent/single camera 2 by @trentwirth in https://github.com/freemocap/freemocap/pull/342
- Improve case handling with video files by @philipqueen in https://github.com/freemocap/freemocap/pull/350
- need to grab JUST x and y for 3D triangulation by @trentwirth in https://github.com/freemocap/freemocap/pull/354
- Trent/tab reorg by @trentwirth in https://github.com/freemocap/freemocap/pull/355
- Trent/better pipedream pings by @trentwirth in https://github.com/freemocap/freemocap/pull/356
- Add privacy policy link by @philipqueen in https://github.com/freemocap/freemocap/pull/357
- Color contrast improvements by @philipqueen in https://github.com/freemocap/freemocap/pull/361
- Add help and support menus by @philipqueen in https://github.com/freemocap/freemocap/pull/359
- hot fix - crashing on post-process when a marker has no data by @jonmatthis in https://github.com/freemocap/freemocap/pull/363
- Aaron/batch processing by @aaroncherian in https://github.com/freemocap/freemocap/pull/371
- Working parameter tree by @philipqueen in https://github.com/freemocap/freemocap/pull/366
- Auto find blender path on mac by @philipqueen in https://github.com/freemocap/freemocap/pull/369
- hotfix crash when checking status of non-existent folders by @jonmatthis in https://github.com/freemocap/freemocap/pull/372
- disable repojection error filter (for now by @jonmatthis in https://github.com/freemocap/freemocap/pull/373
- Headless Calibration by @philipqueen in https://github.com/freemocap/freemocap/pull/377
- Philip/recoloring by @philipqueen in https://github.com/freemocap/freemocap/pull/374
- End to end testing by @philipqueen in https://github.com/freemocap/freemocap/pull/375
- Material colors styling by @philipqueen in https://github.com/freemocap/freemocap/pull/400
- Automate end to end testing by @philipqueen in https://github.com/freemocap/freemocap/pull/401
- Update README.md by @jonmatthis in https://github.com/freemocap/freemocap/pull/403
- Jon/vss2023 by @jonmatthis in https://github.com/freemocap/freemocap/pull/407
- Patch: papermill in headless processing by @philipqueen in https://github.com/freemocap/freemocap/pull/410
- Error catching in headless processing by @philipqueen in https://github.com/freemocap/freemocap/pull/408
- Update latest rc version in pip install instructions by @philipqueen in https://github.com/freemocap/freemocap/pull/406
- Save parameter state by @philipqueen in https://github.com/freemocap/freemocap/pull/404
- HOT FIX: fix JSON not found error by @philipqueen in https://github.com/freemocap/freemocap/pull/433
- improve savedictionaryto_json to pathlib native syntax by @newturok in https://github.com/freemocap/freemocap/pull/432
- Aaron/postprocessing improvements by @aaroncherian in https://github.com/freemocap/freemocap/pull/431
- Pin dependency versions by @philipqueen in https://github.com/freemocap/freemocap/pull/440
- Test across versions with nox by @philipqueen in https://github.com/freemocap/freemocap/pull/429
- Jon/recording data package by @jonmatthis in https://github.com/freemocap/freemocap/pull/422
- Jon/log colors by @jonmatthis in https://github.com/freemocap/freemocap/pull/443
- Change README to always install latest pip pre release by @philipqueen in https://github.com/freemocap/freemocap/pull/441
- Fix Pydantic Errors by @CypressJack in https://github.com/freemocap/freemocap/pull/439
- PATCH: Change freemocap_main back to main by @philipqueen in https://github.com/freemocap/freemocap/pull/446
- Tweaks to Blender output by @jonmatthis in https://github.com/freemocap/freemocap/pull/445
- adding postprocessing improvements by @aaroncherian in https://github.com/freemocap/freemocap/pull/437
- unpin mediapipe by @jonmatthis in https://github.com/freemocap/freemocap/pull/449
- Create CODEOFCONDUCT.md by @philipqueen in https://github.com/freemocap/freemocap/pull/451
- Save gui state by @philipqueen in https://github.com/freemocap/freemocap/pull/421
- Find linux executable by @philipqueen in https://github.com/freemocap/freemocap/pull/442
- Load sample data button by @philipqueen in https://github.com/freemocap/freemocap/pull/420
- Add option to synchronize videos on import by @philipqueen in https://github.com/freemocap/freemocap/pull/379
- Console Log Fix by @philipqueen in https://github.com/freemocap/freemocap/pull/434
- Remove final Darkmode Bugs by @philipqueen in https://github.com/freemocap/freemocap/pull/452
- Lint everything with Black by @philipqueen in https://github.com/freemocap/freemocap/pull/453
- Add notes about testing in CONTRIBUTING.md by @philipqueen in https://github.com/freemocap/freemocap/pull/447
- PATCH: thresholding error by @philipqueen in https://github.com/freemocap/freemocap/pull/459
- Generate Jupyter Notebook w/o papermill by @philipqueen in https://github.com/freemocap/freemocap/pull/456
- Flake 8 adoption by @philipqueen in https://github.com/freemocap/freemocap/pull/455
- Geometry unit testing by @philipqueen in https://github.com/freemocap/freemocap/pull/457
- Welcome screen by @philipqueen in https://github.com/freemocap/freemocap/pull/460
- PATCH: fix batch processing error by @philipqueen in https://github.com/freemocap/freemocap/pull/464
- Jon/make multiprocessing optional by @jonmatthis in https://github.com/freemocap/freemocap/pull/470
- Fix calibration toml finding by @philipqueen in https://github.com/freemocap/freemocap/pull/471
- add
feedbackanddonationlink, check for new version by @jonmatthis in https://github.com/freemocap/freemocap/pull/472 - Update opencv version to 4.8 by @philipqueen in https://github.com/freemocap/freemocap/pull/473
- fix broken privacy policy link by @trentwirth in https://github.com/freemocap/freemocap/pull/476
- Don't run linting with nox version testing by @philipqueen in https://github.com/freemocap/freemocap/pull/480
- Jon/update home widget by @jonmatthis in https://github.com/freemocap/freemocap/pull/479
- Patch breaking changes in skelly_synchronize by @philipqueen in https://github.com/freemocap/freemocap/pull/482
- PATCH: offline failure by @philipqueen in https://github.com/freemocap/freemocap/pull/492
- Philip + Trent: window sizing by @philipqueen in https://github.com/freemocap/freemocap/pull/489
- AJC Blender output and numerous other things by @jonmatthis in https://github.com/freemocap/freemocap/pull/497
New Contributors
- @newturok made their first contribution in https://github.com/freemocap/freemocap/pull/432
- @CypressJack made their first contribution in https://github.com/freemocap/freemocap/pull/439
Full Changelog: https://github.com/freemocap/freemocap/compare/v0.1.0...v1.0.25
- Python
Published by jonmatthis over 2 years ago
freemocap - FreeMoCap 1.0 pre-release
There's all sorts of number after '1' ✨
- Python
Published by jonmatthis over 3 years ago
freemocap - Alpha release
Freezing the "Alpha GUI" code in preparation to merge branch: jon/full-refactor onto main.
Install dependencies with pip install -r requirements.txt
To launch the GUI with this version of the code - run src/gui/main/main.py
What's Changed (Auto-generated changelog from clicking the "Generate release notes" button)
- Jon/orchestrated pipeline by @jonmatthis in https://github.com/freemocap/freemocap/pull/136
- Jon/alpha pipeline by @endurance in https://github.com/freemocap/freemocap/pull/183
- DELETE ALL THE THINGS by @endurance in https://github.com/freemocap/freemocap/pull/184
- Update READ.me with screen recording of install by @kileyhartigan in https://github.com/freemocap/freemocap/pull/43
- Multiple typo/spelling/grammar fixes. by @follower in https://github.com/freemocap/freemocap/pull/83
- Endurance/#162 GitHub actions ci testing by @endurance in https://github.com/freemocap/freemocap/pull/185
- Pyinstaller + Readme Refactor by @endurance in https://github.com/freemocap/freemocap/pull/187
- Use Black to format all of
srcand add Contribution Guidelines by @endurance in https://github.com/freemocap/freemocap/pull/188 - Update README.md by @jonmatthis in https://github.com/freemocap/freemocap/pull/189
- quick-n-dirty user survey before twitch stream by @jonmatthis in https://github.com/freemocap/freemocap/pull/190
- pin freemocap version to
v0.0.54by @jonmatthis in https://github.com/freemocap/freemocap/pull/193 - Start building Knowledge Base with
mkdocsby @jonmatthis in https://github.com/freemocap/freemocap/pull/212 - Update
readmeto include installation and basic useage instructions forv0.0.54version by @jonmatthis in https://github.com/freemocap/freemocap/pull/194 - Jon/remove matplotlib issue 208 by @jonmatthis in https://github.com/freemocap/freemocap/pull/214
- Jon/gui/lets make a working pipeline by @jonmatthis in https://github.com/freemocap/freemocap/pull/221
- Correct usesavedcalibration parameter by @philipqueen in https://github.com/freemocap/freemocap/pull/226
- Jon/gui/threads in cams by @jonmatthis in https://github.com/freemocap/freemocap/pull/228
- Aaron/bugfixing 0902 by @aaroncherian in https://github.com/freemocap/freemocap/pull/230
- Jon/blender path stuff by @jonmatthis in https://github.com/freemocap/freemocap/pull/232
- Jon/npy to csv ipynb by @jonmatthis in https://github.com/freemocap/freemocap/pull/234
- Jon/visualize mocap data by @jonmatthis in https://github.com/freemocap/freemocap/pull/236
- Trent/pipedream pings by @trentwirth in https://github.com/freemocap/freemocap/pull/238
- Jon/clean up gui by @jonmatthis in https://github.com/freemocap/freemocap/pull/239
- Jon/camera windows by @jonmatthis in https://github.com/freemocap/freemocap/pull/242
- update readme by @jonmatthis in https://github.com/freemocap/freemocap/pull/243
- Jon/sesh setup screen by @jonmatthis in https://github.com/freemocap/freemocap/pull/244
- Jon/sesh setup screen by @jonmatthis in https://github.com/freemocap/freemocap/pull/245
- Jon/timestamp diagnostic plots by @jonmatthis in https://github.com/freemocap/freemocap/pull/246
- Jon/load external videos by @jonmatthis in https://github.com/freemocap/freemocap/pull/248
- add start of PR guidelines by @jonmatthis in https://github.com/freemocap/freemocap/pull/253
- Jon/convert to csv by @jonmatthis in https://github.com/freemocap/freemocap/pull/254
- Add Zenodo DOI badge by @jonmatthis in https://github.com/freemocap/freemocap/pull/265
- add Discord server badge by @jonmatthis in https://github.com/freemocap/freemocap/pull/266
- Jon/post process data by @jonmatthis in https://github.com/freemocap/freemocap/pull/249
- Jon/manually align skeleton by @jonmatthis in https://github.com/freemocap/freemocap/pull/270
- Run through while making the 'process from recorded videos' how to by @jonmatthis in https://github.com/freemocap/freemocap/pull/271
- simple fixes I forgot to push in the last commit lol by @jonmatthis in https://github.com/freemocap/freemocap/pull/272
- add - how to process external vids with GUI by @jonmatthis in https://github.com/freemocap/freemocap/pull/273
- fix typo in readme URL by @jonmatthis in https://github.com/freemocap/freemocap/pull/274
- Jon/clean up some stuff by @jonmatthis in https://github.com/freemocap/freemocap/pull/275
- Update requirements.txt by @jonmatthis in https://github.com/freemocap/freemocap/pull/277
- add extra logs to camera detection by @jonmatthis in https://github.com/freemocap/freemocap/pull/278
- add check camera connections script by @jonmatthis in https://github.com/freemocap/freemocap/pull/279
- add
opencv-contrib-python==4.6.0.66by @jonmatthis in https://github.com/freemocap/freemocap/pull/287 - Fix links to GitHub flow in CONTRIBUTING.md by @philipqueen in https://github.com/freemocap/freemocap/pull/293
New Contributors
- @kileyhartigan made their first contribution in https://github.com/freemocap/freemocap/pull/43
- @follower made their first contribution in https://github.com/freemocap/freemocap/pull/83
Full Changelog: https://github.com/freemocap/freemocap/compare/v0.0.54...v0.1.0
- Python
Published by jonmatthis over 3 years ago
freemocap - Freemocap Pre-Alpha Release
This is the Freemocap Pre-Alpha Release to create raw 3d skeletons from USB connected webcams
Here is the relevant README for this version of freemocap v0.0.54:
https://github.com/freemocap/freemocap/blob/main/OLD_README.md
- Python
Published by endurance almost 4 years ago