File size: 202 Bytes
8870024 |
1 2 3 4 |
# 如果用python调用这个bash脚本 os.system('bash xxx.sh'),会直接报错commandNotFoundError
conda activate videoavatar
python get_reconstructed_poses.py --root $1 --out $2 --gender $3
caself |
8870024 |
1 2 3 4 |
# 如果用python调用这个bash脚本 os.system('bash xxx.sh'),会直接报错commandNotFoundError
conda activate videoavatar
python get_reconstructed_poses.py --root $1 --out $2 --gender $3
caself |