Skip to content

vaila-multimodaltoolbox/vaila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

vailΓ‘ - Multimodal Toolbox

vailΓ‘ Logo

Build Type Linux macOS Windows
Build Status Linux Build Status macOS Build Status Windows Build Status

Development of vailÑ: Versatile Anarcho Integrated Liberation Ánalysis in Multimodal Toolbox

Introduction

The analysis of human movement is fundamental in both health and sports biomechanics, providing valuable insights into various aspects of physical performance, rehabilitation, and injury prevention. However, existing software often restricts user control and customization, acting as a "black box." With vailΓ‘, users have the freedom to explore, customize, and create their own tools in a truly open-source and collaborative environment.

Table of Contents


vailÑ (Versatile Anarcho Integrated Liberation Ánalysis) is an open-source multimodal toolbox that leverages data from multiple biomechanical systems to enhance human movement analysis. It integrates data from:

Supported Systems and Data Sources:

  • Motion Capture Systems (Vicon, OptiTrack)
  • IMU Sensors (Delsys, Noraxon)
  • Markerless Tracking (OpenPose, MediaPipe)
  • Force Plates (AMTI, Bertec)
  • Electromyography (EMG)
  • GNSS/GPS Systems
  • Heart Rate/ECG
  • MEG/EEG
  • Video Analysis

New Key Features in v17.Dec.2024

πŸš€ 1. Multimodal Analysis

  • 🐭 Animal Open Field Test: Analyze rodent open field test data to calculate:
    • πŸ“ Total distance traveled
    • ⏱️ Time spent in zones
    • πŸ“Š Movement speed distribution
  • πŸŽ₯ Markerless 2D/3D Tracking: Enhanced support for markerless tracking videos.
  • 🦾 Force Analysis: Expanded tools for kinetic data analysis (e.g., force plate).

2. File Management

  • Batch tools for renaming, copying, importing, exporting, and organizing files.
  • Tree generation and advanced file search based on patterns or extensions.

3. Video Processing

  • Frame Extraction: Convert videos to PNG frames.
  • Compression: Support for H.264 and H.265 (HEVC) video compression.
  • Synchronization: Align videos based on timestamps or flashes.
  • Pixel Coordinates Extraction: Retrieve pixel data for video-based analysis.

4. Visualization Tools

  • 2D/3D Plotting: Enhanced visualization for biomechanical data.
  • C3D and CSV Display: Interactive tools for viewing and analyzing raw motion data.

Description

This multimodal toolbox integrates data from various motion capture systems to facilitate advanced biomechanical analysis by combining multiple data sources. The primary objective is to improve understanding and evaluation of movement patterns across different contexts.

vailΓ‘ Manifest

English Version

Join us in the liberation from paid software with the "vailÑ - Versatile Anarcho Integrated Liberation Ánalysis in Multimodal Toolbox."

In front of you stands a versatile tool designed to challenge the boundaries of commercial systems. This software is a symbol of innovation and freedom, determined to eliminate barriers that protect the monopoly of expensive software, ensuring the dissemination of knowledge and accessibility.

With vailΓ‘, you are invited to explore, experiment, and create without constraints. "vailΓ‘" means "go there and do it!" β€” encouraging you to harness its power to perform analysis with data from multiple systems.

VersΓ£o em PortuguΓͺs

Junte-se a nós na libertação do software pago com o "vailÑ: AnÑlise VersÑtil da Libertação Anarquista Integrada na Caixa de Ferramentas Multimodal".

Diante de vocΓͺ estΓ‘ uma ferramenta versΓ‘til, projetada para desafiar as fronteiras dos sistemas comerciais. Este software Γ© um sΓ­mbolo de inovação e liberdade, determinado a eliminar as barreiras que protegem o monopΓ³lio do software caro, garantindo a disseminação do conhecimento e a acessibilidade.

Com vailΓ‘, vocΓͺ Γ© convidado a explorar, experimentar e criar sem restriçáes. "vailΓ‘" significa "vai lΓ‘ e faΓ§a!" β€” encorajando vocΓͺ a aproveitar seu poder para realizar anΓ‘lises com dados de mΓΊltiplos sistemas.


Installation and Setup

Prerequisites

  • Conda: Ensure that Anaconda is installed and accessible from the command line.

  • FFmpeg: Required for video processing functionalities.

Clone the Repository

git clone https://github.com/vaila-multimodaltoolbox/vaila
cd vaila

Installation Instructions


🟠 For Linux:

  1. Make the installation script executable:
sudo chmod +x install_vaila_linux.sh
  1. Run instalation script:
./install_vaila_linux.sh
  • The script will:

    • Set up the Conda environment using ./yaml_for_conda_env/vaila_linux.yaml.
    • Copy program files to your home directory (~/vaila).
    • Install ffmpeg from system repositories.
    • Create a desktop entry for easy access.
  1. Notes:
  • Run the script as your regular user, not with sudo.
  • Ensure that Conda is added to your PATH and accessible from the command line.

βšͺ For macOS:

  1. Make the installation script executable:
sudo chmod +x install_vaila_mac.sh
  1. Run the installation script:
./install_vaila_mac.sh
  • The script will:
    • Set up the Conda environment using ./yaml_for_conda_env/vaila_mac.yaml.
    • Copy program files to your home directory (~/vaila).
    • Install ffmpeg using Homebrew.
    • Convert the .iconset folder to an .icns file for the app icon.
    • Create an application bundle (vaila.app) in your Applications folder.
    • Create a symbolic link in /Applications to the app in your home directory.
  1. Notes:
  • You may be prompted for your password when the script uses sudo to create the symbolic link.
  • Ensure that Conda is added to your PATH and accessible from the command line.

πŸ”΅ For Windows:

YouTube How to install vailΓ‘ Windows 11

How to Install VailΓ‘ on Windows 11 | Step-by-Step Guide

Important Notice Before Installation

vailΓ‘ values freedom and the goodwill to learn. If you are not the owner of your computer and do not have permission to perform the installation, we recommend doing it on your own computer. If you are prevented from installing software, it means you are not prepared to liberate yourself, make your modifications, and create, which is the philosophy of vailΓ‘!

If you need any further adjustments or have additional requests, feel free to let me know!

1. Install Anaconda

  • Download and install Anaconda.
  • Ensure that Conda is accessible from the terminal after installation.

2. Download vailΓ‘

  • Use Git to clone the repository:
    git clone https://github.com/vaila-multimodaltoolbox/vaila
    cd vaila
  • Or download the zip file:
    • Go to vailΓ‘ GitHub Repository, download the .zip file, and extract the contents.
    • Included the Reminder: Added a note in both the Download vailΓ‘ section and the Important Notes section to remind users to rename the directory from vaila-main to vaila if they downloaded the zip file.

3. Run the Installation Script

  • Open PowerShell (with Anaconda initialized) or Anaconda PowerShell Prompt.
  • Navigate to the directory where vailΓ‘ was downloaded or extracted.
  • Execute the installation script:
    .\install_vaila_win.ps1
  • Or run the script with Admin privileges Policy:
    powershell -ExecutionPolicy Bypass -File .\install_vaila_win.ps1

4. Automatic Configuration

  • The script will:
    • Set up the Conda environment using yaml_for_conda_env/vaila_win.yaml.
    • Copy vailΓ‘ program files to C:\Users\<YourUser>\AppData\Local\vaila.
    • Initialize Conda for PowerShell.
    • Install FFmpeg, Windows Terminal, and PowerShell 7 using winget (if not already installed).
    • Add a profile for vailΓ‘ in Windows Terminal for quick access.
    • Create shortcuts for launching vailΓ‘:
      • Desktop shortcut: A shortcut will be created on your desktop.
      • Start Menu shortcut: A shortcut will be added to the Windows Start Menu.

⚠️ Important Notes

  • Ensure Conda is accessible from the command line before running the script.
  • The installation script dynamically configures paths, so no manual adjustments are necessary for user-specific directories.

5. Launching vailΓ‘

  • After installation, you can launch vailΓ‘:
    • Using the Desktop shortcut.
    • From the Windows Start Menu under vailΓ‘.
    • From Windows Terminal via the pre-configured vailΓ‘ profile.
    • Manually, by running the following commands:
      conda activate vaila
      python vaila.py

Running the Application

Running the Application After installation, you can launch vailΓ‘ from your applications menu or directly from the terminal, depending on your operating system.

  • 🟠 Linux and βšͺ macOS: From the Terminal bash or zsh
  1. Navigate to the vaila directory:
cd ~/vaila

and run command:

conda activate vaila
python3 vaila.py
  • πŸ”΅ Windows

  • Click on the vaila icon in the Applications menu or use the shortcut in desktop or Windows Terminal.

  • Windows: From the Windows Terminal (Anaconda in path) or use Anaconda PowerShell

  1. Open Anaconda Prompt or Anaconda Powershell Prompt (Anaconda Powershell is recommended) and run command:
conda activate vaila
python vaila.py

If preferred, you can also run vailΓ‘ from the launch scripts.

For 🟠 Linux and βšͺ macOS

  • From the Applications Menu:

    • Look for vaila in your applications menu and launch it by clicking on the icon.

From the Terminal If you prefer to run vailΓ‘ from the terminal or if you encounter issues with the applications menu, you can use the provided launch scripts.

🟠Linux and βšͺ macOS
  • Make the script executable (if you haven't already):

  • 🟠 Linux

sudo chmod +x ~/vaila/linux_launch_vaila.sh
  • Run the script:
~/vaila/linux_launch_vaila.sh 
  • βšͺ macOS
sudo chmod +x ~/vaila/mac_launch_vaila.sh
  • Run the script:
~/vaila/mac_launch_vaila.sh 

Notes for 🟠 Linux and βšͺ macOS

  • Ensure Conda is in the Correct Location:

    • The launch scripts assume that Conda is installed in ~/anaconda3.
    • If Conda is installed elsewhere, update the source command in the scripts to point to the correct location.
  • Verify Paths:

    • Make sure that the path to vaila.py in the launch scripts matches where you have installed the program.
    • By default, the scripts assume that vaila.py is located in ~/vaila.
  • Permissions:

    • Ensure you have execute permissions for the launch scripts and read permissions for the program files.

Unistallation Instructions

For Uninstallation on Linux

  1. Run the uninstall script:
sudo chmod +x uninstall_vaila_linux.sh
./uninstall_vaila_linux.sh
  • The script will:
    • Remove the vaila Conda environment.
    • Delete the ~/vaila directory.
    • Remove the desktop entry.
  1. Notes:
  • Run the script ./uninstall_vaila_linux.sh as your regular user, not with sudo.
  • Ensure that Conda is added to your PATH and accessible from the command line.

For Uninstallation on macOs

  1. Run the uninstall script:
sudo chmod +x uninstall_vaila_mac.sh
./uninstall_vaila_mac.sh
  • The script will:
    • Remove the vaila Conda environment.
    • Delete the ~/vaila directory.
    • Remove vaila.app from /Applications.
    • Refresh the Launchpad to remove cached icons.
  1. Notes:
  • Run the script as your regular user, not with sudo.
  • You will prompted for your password when the script uses sudo to remove the app from /Applications.

For Uninstallation on Windows

  1. Run the uninstallation script as Administrator in Anaconda PowerShell Prompt:
  • PowerShell Script:
    ExecutionPolicy Bypass -File .\uninstall_vaila_win.ps1
    .\uninstall_vaila_win.ps1
  1. Follow the Instructions Displayed by the Script:
  • The script will:
    • Remove the vaila Conda environment.
    • Delete the C:\Users\your_user_name_here\AppData\Local\vaila directory.
    • Remove the Windows Terminal profile (settings.json file).
    • Delete the desktop shortcut if it exists.
  1. Manual Removal of Windows Terminal Profile (if necessary):
  • If the Windows Terminal profile is not removed automatically (e.g., when using the uninstall_vaila_win.ps1 script), you may need to remove it manually:
conda remove -n vaila --all

Remove directory vaila inside C:\Users\your_user_name_here\AppData\Local\vaila.


Project Structure

vailΓ‘ Start GUI

An overview of the project structure:

vaila
β”œβ”€β”€ vaila.py              # Main script
β”œβ”€β”€ animal_open_field.py  # Animal Open Field analysis
β”œβ”€β”€ batchcut.py           # Batch video cutting tools
β”œβ”€β”€ cluster_analysis.py   # Cluster analysis for motion capture
β”œβ”€β”€ common_utils.py       # Common utility functions
β”œβ”€β”€ compress_videos_h264.py # H.264 video compression
β”œβ”€β”€ compress_videos_h265.py # H.265 (HEVC) video compression
β”œβ”€β”€ cop_analysis.py       # Center of Pressure (CoP) analysis
β”œβ”€β”€ cop_calculate.py      # CoP calculations
β”œβ”€β”€ data_processing.py    # General data processing tools
β”œβ”€β”€ dialogsuser.py        # User interaction dialogs
β”œβ”€β”€ dialogsuser_cluster.py # Dialog tools for cluster analysis
β”œβ”€β”€ dlc2vaila.py          # Convert DeepLabCut to vailΓ‘ format
β”œβ”€β”€ dlt2d.py              # 2D Direct Linear Transformation (DLT)
β”œβ”€β”€ dlt3d.py              # 3D Direct Linear Transformation (DLT)
β”œβ”€β”€ drawboxe.py           # Draw box in video frames
β”œβ”€β”€ ellipse.py            # Ellipse fitting tools
β”œβ”€β”€ emg_labiocom.py       # EMG signal analysis tools
β”œβ”€β”€ extractpng.py         # Extract PNG frames from videos
β”œβ”€β”€ filemanager.py        # File management utilities
β”œβ”€β”€ filtering.py          # Data filtering methods
β”œβ”€β”€ filter_utils.py       # Additional filter utility tools
β”œβ”€β”€ fixnoise.py           # Noise reduction tools
β”œβ”€β”€ fonts/                # Custom fonts
β”‚   └── mrrobot.ttf       # Font example
β”œβ”€β”€ forceplate_analysis.py # Force plate analysis tools
β”œβ”€β”€ force_cmj.py          # Countermovement jump analysis
β”œβ”€β”€ force_cube_fig.py     # 3D force data visualization
β”œβ”€β”€ getpixelvideo.py      # Extract pixel coordinates from video
β”œβ”€β”€ gnss_analysis.py      # GNSS/GPS data analysis tools
β”œβ”€β”€ grf_gait.py           # Ground Reaction Force (GRF) gait analysis
β”œβ”€β”€ images/               # GUI assets and images
β”‚   β”œβ”€β”€ cluster_config.png
β”‚   β”œβ”€β”€ gui.png
β”‚   β”œβ”€β”€ vaila_logo.png
β”‚   └── ...
β”œβ”€β”€ imu_analysis.py       # IMU sensor data analysis
β”œβ”€β”€ interpolation_split.py # Interpolation and split data tool
β”œβ”€β”€ join2dataset.py       # Join multiple datasets
β”œβ”€β”€ linear_interpolation_split.py # Linear interpolation split tool
β”œβ”€β”€ listjointsnames.py    # List joint names from datasets
β”œβ”€β”€ load_vicon_csv_split_batch.py # Load Vicon data in batch
β”œβ”€β”€ maintools.py          # Core tools for analysis
β”œβ”€β”€ markerless_2D_analysis.py # Markerless 2D tracking analysis
β”œβ”€β”€ markerless_3D_analysis.py # Markerless 3D tracking analysis
β”œβ”€β”€ mergestack.py         # Merge datasets into stacks
β”œβ”€β”€ mocap_analysis.py     # Motion capture full body analysis
β”œβ”€β”€ modifylabref.py       # Modify laboratory references
β”œβ”€β”€ modifylabref_cli.py   # Command-line interface for modify lab ref
β”œβ”€β”€ numberframes.py       # Frame numbering tools
β”œβ”€β”€ plotting.py           # Data plotting tools
β”œβ”€β”€ readc3d_export.py     # Read and export C3D files
β”œβ”€β”€ readcsv.py            # Read CSV data
β”œβ”€β”€ readcsv_export.py     # Export CSV data
β”œβ”€β”€ rearrange_data.py     # Rearrange and clean datasets
β”œβ”€β”€ rec2d.py              # 2D Reconstruction
β”œβ”€β”€ rec2d_one_dlt2d.py    # 2D reconstruction with single DLT
β”œβ”€β”€ rotation.py           # Rotation analysis tools
β”œβ”€β”€ run_vector_coding.py  # Run vector coding analysis
β”œβ”€β”€ run_vector_coding_GUI.py # GUI for vector coding analysis
β”œβ”€β”€ showc3d.py            # Visualize C3D data
β”œβ”€β”€ showc3d_nodash.py     # Non-Dash C3D visualization
β”œβ”€β”€ spectral_features.py  # Spectral feature extraction
β”œβ”€β”€ stabilogram_analysis.py # Stabilogram analysis tools
β”œβ”€β”€ standardize_header.py # Standardize data headers
β”œβ”€β”€ syncvid.py            # Synchronize video files
β”œβ”€β”€ sync_flash.py         # Synchronize flash-based data
β”œβ”€β”€ utils.py              # General utility scripts
β”œβ”€β”€ vailaplot2d.py        # Plot 2D biomechanical data
β”œβ”€β”€ vailaplot3d.py        # Plot 3D biomechanical data
β”œβ”€β”€ vaila_and_jump.py     # Vertical jump analysis tool
β”œβ”€β”€ vaila_manifest.py     # Manifest file for vailΓ‘
β”œβ”€β”€ vaila_upscaler.py     # Data upscaling tools
β”œβ”€β”€ vector_coding.py      # Joint vector coding analysis
β”œβ”€β”€ videoprocessor.py     # Video processing tools
β”œβ”€β”€ __init__.py           # Package initializer
└── __pycache__/          # Compiled Python files cache

Citing vailΓ‘

If you use vailΓ‘ in your research or project, please consider citing our work:

@misc{vaila2024,
  title={vailÑ - Versatile Anarcho Integrated Liberation Ánalysis in Multimodal Toolbox},
  author={Paulo Roberto Pereira Santiago and Guilherme Manna Cesar and Ligia Yumi Mochida and Juan Aceros and others},
  year={2024},
  eprint={2410.07238},
  archivePrefix={arXiv},
  primaryClass={cs.HC},
  url={https://arxiv.org/abs/2410.07238}
}

You can also refer to the tool's GitHub repository for more details and updates:

Authors

  • Paulo Roberto Pereira Santiago ORCID: 0000-0002-9460-8847
    Biomechanics and Motor Control Lab, School of Physical Education and Sport of RibeirΓ£o Preto, University of SΓ£o Paulo, Brazil
    Graduate Program in Rehabilitation and Functional Performance, RibeirΓ£o Preto Medical School, University of SΓ£o Paulo, Brazil

  • Abel GonΓ§alves Chinaglia ORCID: 0000-0002-6955-7187
    Graduate Program in Rehabilitation and Functional Performance, RibeirΓ£o Preto Medical School, University of SΓ£o Paulo, Brazil

  • Kira Flanagan ORCID: 0000-0003-0317-6346
    College of Computing, Engineering and Construction, University of North Florida, USA

  • Bruno Luiz de Souza Bedo ORCID: 0000-0003-3821-2327
    Laboratory of Technology and Sports Performance Analysis, School of Physical Education and Sport, University of SΓ£o Paulo, Brazil

  • Ligia Yumi Mochida ORCID: 0009-0005-7266-3799
    Laboratory of Applied Biomechanics and Engineering, Brooks College of Health, University of North Florida, USA
    Department of Physical Therapy, Brooks College of Health, University of North Florida, USA

  • Juan Aceros ORCID: 0000-0001-6381-7032
    Laboratory of Applied Biomechanics and Engineering, Brooks College of Health, University of North Florida, USA
    College of Computing, Engineering and Construction, University of North Florida, USA

  • Aline Bononi ORCID: 0000-0001-8169-0864 Municipal Pharmacy of RibeirΓ£o Preto - Brazil

  • Guilherme Manna Cesar ORCID: 0000-0002-5596-9439
    Laboratory of Applied Biomechanics and Engineering, Brooks College of Health, University of North Florida, USA
    Department of Physical Therapy, Broo~/vaila/linux_launch_vaila.sh ks College of Health, University of North Florida, USA

Contribution

We encourage creativity and innovation to enhance and expand the functionality of this toolbox. You can make a difference by contributing to the project! To get involved, feel free to fork the repository, experiment with new ideas, and create a branch for your changes. When you're ready, submit a pull request so we can review and potentially integrate your contributions.

Don't hesitate to learn, explore, and experiment. Be bold, and don't be afraid to make mistakesβ€”every attempt is a step towards improvement!

License

This project is primarily licensed under the GNU Lesser General Public License v3.0. Please cite our work if you use the code or data. Let's collaborate and push the boundaries together!