python3 -m venv sim_phys_plaus
pip install pybullet numpy matplotlib cma pyyaml pyquaternion scipy==1.10.1
git clone https://github.com/bulletphysics/bullet3.git
ln -s bullet3/data/ data
python scripts/sandbox.py --useGUI
mkdir datasets
tar -xvf h36m_25fps.tar.gz -C ./datasets
tar -xvf forcepose_1.1.tar.gz -C ./datasets
python scripts/simulate_trajectory.py --lower_feet_to_height=-0.001 --useGUI
python scripts/simulate_trajectory.py --cfg_file=./configs/h36m_S11_Walking_1.yaml
python scripts/simulate_trajectory.py --cfg_file=./configs/h36m_S19_Waiting_1.yaml
python scripts/optimize_trajectory --nCPUs=40 --opt_eul --match_init_contact --subject=$SUBJ --movement=$MVMT --exp_name='$SUBJ_$MVMT'
- Save to video:
--useGUI --write_video --video_name=$VID_NAME.mp4
- Draw kinematic reference:
--useGUI --drawRef