Skip to content

Kickblip/fri-handover

Repository files navigation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd manopth
pip install .

pip installing chumpy directly causes import errors for SMPL models. installing from github for now since this isnt reflected on pypi: mattloper/chumpy#48

Record

To run the recording script, after creating a virtual environment with the steps above, run these commands

pip install pyk4a
pip install pygame

Train

To run model that predicts 5 frames into the future for the receiving hand and can generate a video visualization. Run:

python -m model.train

#Inference with video

python -m model.infer 1_video --video

The video will be saved to dataset/model_output/videos/_predicted_future.mp4 showing the predicted future frames of the receiving hand.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages