Skip to content

Commit a31d4a1

Browse files
authored
Update README.md
1 parent 5182310 commit a31d4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All project settings are managed through `conf.py`, offering a single configurat
2727
- `FRAME_SKIP`: Controls frame sampling rate for efficient processing
2828
- `MAX_WORKERS`: Manages parallel processing to optimize performance
2929

30-
- `POSE_IDX`, `FACE_IDX`, `HAND_IDX`: Selected landmark indices for extracting relevant points for sign language analysis
30+
- `POSE_IDX`, `FACE_IDX`, `HAND_IDX`: Selected landmark indices for extracting relevant points for sign language analysis. Devault value is the index defined in YouTube-ASL Dataset's research paper.
3131

3232
## How to Use
3333

@@ -47,7 +47,7 @@ All project settings are managed through `conf.py`, offering a single configurat
4747
- The script processes each video segment according to its timestamp, extracting only the most relevant body keypoints for sign language analysis. It uses parallel processing to handle multiple video efficiently. Results are saved as NumPy arrays.
4848

4949
### How2Sign
50-
1. Download **Green Screen RGB videos** and **English Translation (manually re-aligned)** from the How2Sign website.
50+
1. Download **Green Screen RGB videos** and **English Translation (manually re-aligned)** from the [How2Sign Website](https://how2sign.github.io/).
5151
2. Place the directory and .csv file in the correct path or amend the path in `conf.py`.
5252
3. Run **Step 3: Feature Extraction** (`s3_mediapipe_labelling.py`) only.
5353

0 commit comments

Comments
 (0)