Skip to content

Commit

Permalink
[FIX] display of the table
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCretois committed Sep 4, 2023
1 parent 5e6e47a commit fa64650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ poetry run python src/predict.py --input example/example_audio.mp3
The program creates a folder SNOWMOBILE_RESULTS containing a `.csv` file with the following columns:

| start_detection | end_detection | label | confidence | hr |
|-----------------|---------------|-------|------------|----|
| 0 | 3 | 1 | 0.97691464 | 0.19687336119166438 |
| 3 | 6 | 1 | 0.9611957 | 0.16774687365839228 |

Expand Down

0 comments on commit fa64650

Please sign in to comment.