List Available Detections #5

Open
opened 2023-09-22 13:55:12 -06:00 by rs-sndid · 2 comments
Collaborator

List available sounds to be detected, with and without lat/lon.

List available sounds to be detected, with and without lat/lon.
rs-sndid changed title from List Detections to List Available Detections 2023-09-22 14:11:15 -06:00
Poster
Collaborator

It looks like analyzer.py and species.py in the library are using two different models, which return different results.

analyzer.py uses models/analyzer/BirdNET_GLOBAL_6K_V2.4_Model_FP32.tflite
species.py uses models/analyzer/BirdNET_GLOBAL_6K_V2.4_MData_Model_FP16.tflite

When species.py uses the hardcoded FP16 model, it returns 18 species for this particular time and place. When it is switched to the FP32 model, it returns 35 species.

It looks like `analyzer.py` and `species.py` in the library are using two different models, which return different results. `analyzer.py` uses `models/analyzer/BirdNET_GLOBAL_6K_V2.4_Model_FP32.tflite` `species.py` uses `models/analyzer/BirdNET_GLOBAL_6K_V2.4_MData_Model_FP16.tflite` When `species.py` uses the hardcoded FP16 model, it returns 18 species for this particular time and place. When it is switched to the FP32 model, it returns 35 species.
Poster
Collaborator

When species.py is using the FP32 model for --no-cal --geo in the sndid-list script, it barfs on tensor dimension mismatch.

When `species.py` is using the FP32 model for `--no-cal --geo` in the `sndid-list` script, it barfs on tensor dimension mismatch.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: deepcrayon/sndid#5
There is no content yet.