Skip to content

Commit

Permalink
fixing README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Miquel Tubau Pires committed Oct 2, 2019
1 parent 09562f8 commit c7623ff
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 @@ -23,11 +23,11 @@ Although having initially trained with 10 different identities, we can only publ

If you want to create your own dataset, it works as follows:

- Run `get_data.py`. It requires the path of a .csv file with the following information: the youtube url `Channel-URL`, the name of the youtuber `Name` and the gender `Gender`. The output dataset will consist on a folder for each of the youtubers specified in the .csv file as well as two folders (video/audio) in each of them containing the full video/audio downloaded.
- Run `get_data.py`. It requires the path of a .csv file with the following information: the youtube url `Channel-URL`, the name of the youtuber `Name` and the gender `Gender`. The output dataset will consist on a folder for each different youtuber specified in the .csv file as well as two folders (video/audio) in each of them containing the full video/audio downloaded.

- Run `preprocess_audio_frames.py` for audio preprocessing purposes.

- Remove any file whose name does not finish like `*preprocessing_wav` in each audio folder.
- Remove any file whose name does not finish like `preprocessing_wav` in each audio folder.

- Run `face_detector.py` specifying the dataset path, a confidence threshold needed to compute the bounding boxes and the path of the haarcascade pretrained classifier (included in this repo in `/assets`)

Expand Down

0 comments on commit c7623ff

Please sign in to comment.