Skip to content

Very simple GUI-based data acquisition based on https://github.com/dattalab/orbbec-acquire. This code will create a dataset that can be used for MoSeq analysis.

Notifications You must be signed in to change notification settings

llorente-lab/moseq-acquire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

moseq-acquire

Very simple GUI-based MoSeq data acquisition code based on https://github.com/dattalab/orbbec-acquire/

To install and run, please follow the following steps. Note that you will need Ubuntu >= 18.04 to run this.

Step 1: Open up your terminal and install git

sudo apt update
sudo apt install git

Step 2: Set up pyorbbecsdk

sudo apt-get install python3-dev python3-venv python3-pip python3-opencv
git clone https://github.com/orbbec/pyorbbecsdk.git # in a directory of your choosing
cd pyorbbecsdk
python3 -m venv ./venv
source venv/bin/activate
pip3 install -r requirements.txt
mkdir build
cd build
cmake -Dpybind11_DIR=`pybind11-config --cmakedir` ..
make -j4
make install

Step 3: Clone moseq-acquire

cd .. # make sure you're in pyorbbecsdk directory
git clone https://github.com/athp18/moseq-acquire.git

To run, try:

cd /path/to/pyorbbecsdk
source venv/bin/activate
cd moseq-acquire
python3 gui.py

About

Very simple GUI-based data acquisition based on https://github.com/dattalab/orbbec-acquire. This code will create a dataset that can be used for MoSeq analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%