Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilg06 committed Mar 24, 2023
1 parent 69169f9 commit 5adc1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Prerequisites
- Install necessary packages using `pip install -r requirements.txt`.
- Face detection [pre-trained model](https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth) should be downloaded to `face_detection/detection/sfd/s3fd.pth`. Alternative [link](https://iiitaphyd-my.sharepoint.com/:u:/g/personal/prajwal_k_research_iiit_ac_in/EZsy6qWuivtDnANIG73iHjIBjMSoojcIV0NULXV-yiuiIg?e=qTasa8) if the above does not work.

Preparing the CREMA-D dataset for training
Preparing CREMA-D for training
----------

#### Download data
Expand All @@ -31,7 +31,7 @@ Download the data from this [repo](https://github.com/CheyneyComputerScience/CRE
python convertFPS.py -i <raw_video_folder> -o <folder_to_save_25fps_videos>
```

#### Preprocess the dataset
#### Preprocess dataset
```bash
python preprocess_crema-d.py --data_root <folder_of_25fps_videos> --preprocessed_root preprocessed_dataset/
```
Expand Down

0 comments on commit 5adc1b0

Please sign in to comment.