Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lostanlen committed Jul 2, 2021
1 parent 65420c9 commit ea36c97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ if needed.
Note that birdvoxdetect requires:
* Python (3.6, 3.7, or 3.8)
* librosa (==0.7.0)
* tensorflow (>=2)
* tensorflow (>=2.2)
* scikit-learn (==0.21.2)
* birdvoxclassify (0.2)
* birdvoxclassify (>=0.3)
* h5py
* pandas

Expand Down Expand Up @@ -84,8 +84,8 @@ Call syntax:

Below is a typical output from the test suite (file path `tests/data/audio/fd79e55d-d3a3-4083-aba1-4f00b545c3d6.wav`):

Time (hh:mm:ss),Detection confidence (%),Order,Order confidence (%),Family,Family confidence (%),Species (4-letter code),Species confidence (%)
00:00:08.78,70.14839172363281,Passeriforme,92.61552095413208,Turdidae,98.76762628555298,SWTH,99.93199110031128
Time (hh:mm:ss),Detection confidence (%),Order,Order confidence (%),Family,Family confidence (%),Species (English name),Species (scientific name),Species (4-letter code),Species confidence (%)
0,00:00:08.78,70.15%,Passeriformes,1.00%,Turdidae,1.00%,Swainson's thrush,Catharus ustulatus,SWTH,0.99%


## Contact
Expand Down

0 comments on commit ea36c97

Please sign in to comment.