quasi-physical-sims / scripts_new /train_grab_mano.sh
meow
a
710e818
raw
history blame
526 Bytes
export PYTHONPATH=.
export conf=wmask_refine_passive_rigidtrans_forward.conf
export data_case=hand_test_routine_2_light_color_wtime_active_passive
export trainer=exp_runner_stage_1.py
export mode="train_dyn_mano_model"
export conf=dyn_grab_pointset_mano.conf
export conf_root="./confs_new"
# bash scripts_new/train_grab_mano.sh
export cuda_ids="0"
#
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python CUDA_VISIBLE_DEVICES=${cuda_ids} python ${trainer} --mode ${mode} --conf ${conf_root}/${conf} --case ${data_case}