Nebularer commited on
Commit
35417a0
·
verified ·
1 Parent(s): cf5638e

Update extract_smplx_pose.sh

Browse files
Files changed (1) hide show
  1. extract_smplx_pose.sh +4 -4
extract_smplx_pose.sh CHANGED
@@ -3,13 +3,13 @@
3
  export TZ=Asia/Shanghai
4
 
5
  LOG_TIME=$(date +%Y%m%d_%H%M%S)
6
- CUR_DIR="/mnt/shared-storage-user/mllm/zangyuhang/pmx/SMPL-X_pose_extraction"
7
  cd $CUR_DIR
8
 
9
  nohup stdbuf -oL bash -c "while true; do date; nvidia-smi; sleep 10; done" \
10
  > "${CUR_DIR}/extract_smplx_${LOG_TIME}_gpu_monitor.log" 2>&1 &
11
 
12
- PY310_BIN="/mnt/shared-storage-user/mllm/zangyuhang/pmx/envs/py310/bin/python3.10"
13
  export PYTHONPATH="${CUR_DIR}:${CUR_DIR}/SMPLest-X:${CUR_DIR}/WiLoR:${CUR_DIR}/Depth-Anything-V2:$PYTHONPATH"
14
  export OPENCV_FOR_THREADS_NUM=8
15
 
@@ -23,5 +23,5 @@ $PY310_BIN -u -m accelerate.commands.launch \
23
  extract_smplx_pose.py \
24
  --batch_size 147456 \
25
  --num_workers 64 \
26
- --input_path "/mnt/shared-storage-user/mllm/zangyuhang/pmx/SLUDatasets/CSL_Daily/rgb_format/videos_512x512_30fps" \
27
- --output_path "/mnt/shared-storage-user/mllm/zangyuhang/pmx/SLGDatasets/CSL_News/new_merged_poses"
 
3
  export TZ=Asia/Shanghai
4
 
5
  LOG_TIME=$(date +%Y%m%d_%H%M%S)
6
+ CUR_DIR="/mnt/shared-storage-user/mllm/pmx/SMPL-X_pose_extraction"
7
  cd $CUR_DIR
8
 
9
  nohup stdbuf -oL bash -c "while true; do date; nvidia-smi; sleep 10; done" \
10
  > "${CUR_DIR}/extract_smplx_${LOG_TIME}_gpu_monitor.log" 2>&1 &
11
 
12
+ PY310_BIN="/mnt/shared-storage-user/mllm/pmx/envs/py310/bin/python3.10"
13
  export PYTHONPATH="${CUR_DIR}:${CUR_DIR}/SMPLest-X:${CUR_DIR}/WiLoR:${CUR_DIR}/Depth-Anything-V2:$PYTHONPATH"
14
  export OPENCV_FOR_THREADS_NUM=8
15
 
 
23
  extract_smplx_pose.py \
24
  --batch_size 147456 \
25
  --num_workers 64 \
26
+ --input_path "/mnt/shared-storage-user/" \
27
+ --output_path "/mnt/shared-storage-user/"