Customizable and intuitive video acquisition system for real-time animal tracking and behavior quantification
Project description
RataGUI
Customizable and intuitive video acquisition system for real-time animal tracking and behavior quantification
Installation
RataGUI is written entirely in Python and runs on all major platforms. To get started, clone the repository and create a virtual environment with the required dependencies.
Conda Installation (Recommended)
CPU-only environment
conda create -n rataGUI ffmpeg pip python=3.10
conda activate rataGUI
python -m pip install rataGUI
GPU-enabled environment
For real-time model inference, using a GPU is strongly encouraged to minimize latency. If you have a NVIDIA GPU, make sure the latest driver version is installed.
Note: CUDA is automatically installed in the conda environment.
conda create -n rataGUI -c conda-forge ffmpeg pip python=3.10 cudnn=8.2 cudatoolkit=11.3 nvidia::cuda-nvcc=11.3
conda activate rataGUI
python -m pip install rataGUI
Pip Installation (CPU-only)
If you don't want to download Anaconda or its lightweight variants (miniconda, miniforge etc.), you can install RataGUI as a standalone pip package in any python>=3.10 environment. However, creating a separate virtual environment is strongly suggested so that RataGUI doesn't conflict with other installed packages.
Note: Unlike conda, pip can't automatically install ffmpeg for video encoding so it needs to be installed through the official download links or using a package manager (e.g.
sudo apt install ffmpegon Debian/Ubuntu,brew install ffmpegon macOS, etc.).
python -m pip install rataGUI
External Hardware
Spinnaker (FLIR) Cameras
To use RataGUI with Spinnaker (FLIR) cameras, follow the instructions here to download the full Spinnaker SDK for your specific Python version.
In the downloaded folder, find the package wheel file (spinnaker_python-\<version\>-\<system-info\>.whl) and run the following command install PySpin into your Python enviornment. Then, restart the environment or reboot your computer to recapture the system and user environment variables.
python -m pip install <PATH-TO-SPINNAKER-WHEEL-FILE>.whl
Basler (Pylon) Cameras
To use RataGUI with Basler cameras, install the python wrapper package for the PyPylon SDK.
python -m pip install pypylon
National Instruments (NI-DAQmx) Devices
To use RataGUI with National Instruments hardware, install the python wrapper package for the NI-DAQmx driver.
python -m pip install nidaqmx
Customization
RataGUI's modular framework was built for easy user customizability and integration. You are encouraged to clone the package reponsitory from Github and add additional camera models or plugins for your specific use case.
git clone https://github.com/BrainHu42/rataGUI.git
Implement Custom Camera Models
Currently, RataGUI has built-in support for FLIR, Basler and OpenCV-compatible cameras. If you need to add another camera model, simply rename and edit the required functions provided in cameras/TemplateCamera.py to fit your camera model's specifications. RataGUI will use these functions to find, initialize, read frames from and close the camera.
Implement Custom Plugins
Currently, RataGUI has built-in support for multi-animal pose estimation with SLEAP and DeepLabCut (DLC) models as well as writing video stream to file or displaying it on screen. Any metadata collected during acquistion can be written directly on the frame or in a csv file using the MetadataWriter plugin. If you need additional functionality, simply rename and edit the required functions provided in plugins/template_plugin.py with the custom processing needed for your use case. RataGUI will use these functions to attach your plugin to an active camera widget's processing pipeline.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rataGUI-0.1.2.tar.gz.
File metadata
- Download URL: rataGUI-0.1.2.tar.gz
- Upload date:
- Size: 57.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01003051761156b3eb58d21d9b627764185130017a410b35f3c188ea85588307
|
|
| MD5 |
33d120e7aebd70f1798fd7c98f138999
|
|
| BLAKE2b-256 |
4b0c21c7ba58f7327cdb903377de4ae00cc3c937fd06f573a6a27146d5ee5842
|
File details
Details for the file rataGUI-0.1.2-py3-none-any.whl.
File metadata
- Download URL: rataGUI-0.1.2-py3-none-any.whl
- Upload date:
- Size: 65.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e945f0fab01c151e6c0b48fa80350f7b6bd6fd781b602aeca933db32d76ffc4
|
|
| MD5 |
4aed5bf55d737e330c3e176b0c46aa10
|
|
| BLAKE2b-256 |
2b1e2837318d7a46bbc9de577f1770d2cbab3246de15dca41e94caa86c4efc0e
|