Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Digital Audio Processing Lab committed Jul 5, 2020
1 parent 89666e4 commit ad0d6e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codes/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ To obtain boundary predictions for an audio file using the unsupervised or RF me
```
3. To use the trained RF model, run (from within the random_forest directory)
```
predict_boundaries.py path/to/features/filename.mat
python predict_boundaries.py path/to/features/filename.mat
```
</br>

To obtain boundaries using the trained CNN model, run (from within the cnn directory)
```
predict_boundaries.py path/to/audio/filename.wav
python predict_boundaries.py path/to/audio/filename.wav
```

0 comments on commit ad0d6e5

Please sign in to comment.