Skip to content

Commit

Permalink
Show samples with most detections
Browse files Browse the repository at this point in the history
  • Loading branch information
csaudiodesign committed Dec 10, 2023
1 parent 228caf3 commit b7720d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion batdetect2_gui/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,8 @@ def create_dataset(audio_dir, annotation_dir):
left join prod.batnet_results r on r.file_id = f.file_id
where f.deployment_id = 1771 and class_prob > 0.5
group by object_name
limit 30;
order by cnt desc
limit 100;
''')
# c.execute(f'''
# select object_name from prod.files_audio
Expand Down

0 comments on commit b7720d0

Please sign in to comment.