Skip to content

Commit ed5a563

Browse files
authored
Update README.md
1 parent e374607 commit ed5a563

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

tools-new-2025/README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1+
# Usage
2+
13
cd Prompt2Sign/tools-new-2025/main
24

5+
## Env
6+
7+
```code
38
conda env create -f env/environment01_dwpose.yml
49
conda activate dwpose
510
pip install -r env/requirements01_dwpose.txt
611
pip install matplotlib-inline ipython
712
conda install -n dwpose -c conda-forge ffmpeg -y
13+
```
14+
## Extract
815

16+
```code
917
python pipeline00_extract_split_video_to_image.py
1018
python pipeline01_extract_dwpose_from_video.py
1119
12-
// This requires a separate posture folder for each video, and obtaining the corresponding text description. Then, each line should correspond accordingly.
13-
// Since each dataset is different, please handle it by yourself.
14-
python pipeline02_obtain_trg384_data.py
20+
# This requires a separate posture folder for each video, and obtaining the corresponding text description. Then, each line should correspond accordingly.
21+
# Since each dataset is different, please handle it by yourself.
22+
python pipeline02_obtain_trg384_data.py
23+
24+
#Later, we realized that fully extending the posture and performing a sequence-to-sequence transformation might not be the optimal solution. Perhaps the third step was not very necessary.
25+
```

0 commit comments

Comments
 (0)