Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinlee authored Sep 25, 2024
1 parent ef0aa1a commit ce6b6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Please ensure that your data directory structure is organized as follows:
### Data Preparation
Next, prepare your video using the data_preparation script. Replace YOUR_VIDEO_PATH with the path to your video:
```bash
python data_preparation_face.py dir_to_data
python train/data_preparation_face.py dir_to_data
```
After running the script, your data directory structure should be updated to:
```bash
Expand Down

0 comments on commit ce6b6fd

Please sign in to comment.