Skip to content

Commit

Permalink
Fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
cpuguy96 committed Dec 3, 2023
1 parent cfcba59 commit 88d3fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To create a training dataset, you need to parse the `.sm` files and convert soun
audio files into `.wav` files. The default sample rate is `16000hz`.

Once the parsed `.txt` files and `.wav` files are generated, place the `.wav` files into separate directories and
run [`training_data_collection.py`](https://github.com/cpuguy96/StepCOVNet/blob/master/stepcovnet/data_collection/training_data_collection.py).
run [`training_data_collection.py`](https://github.com/cpuguy96/StepCOVNet/blob/master/stepcovnet/training_data_collection.py).

```.bash
python training_data_collection.py -w --wav <string> -t --timing <string> -o --output <string> --multi <int> --limit <int> --cores <int> --name <string> --distributed <int>
Expand Down

0 comments on commit 88d3fd5

Please sign in to comment.