REC-MV_preprocess / videoavatars /get_reconstructed_poses.sh
mambazjp's picture
Upload 82 files
8870024
raw
history blame
202 Bytes
# 如果用python调用这个bash脚本 os.system('bash xxx.sh'),会直接报错commandNotFoundError
conda activate videoavatar
python get_reconstructed_poses.py --root $1 --out $2 --gender $3
caself