Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 644 Bytes

setup.md

File metadata and controls

23 lines (16 loc) · 644 Bytes

Setup

Create a virtual environment you prefer :)

Install the required packages with pip and the given requirement.txt

pip install -r requirements.txt

Download our checkpoints and try to visualize some synthetic data with sample.py

cd scripts
python sample.py --ckpt_path "path_to_relax_checkpoint"

This command should generate synthetic EMG data plots with the data chunks from our given sample data file as prompts.

The result plot should be similar to this: