BirdVox / birdvoxdetect

A pre-trained deep learning system for detecting bird flight calls in continuous recordings
MIT License
78 stars 15 forks source link

formatting error in birdvoxactivate #27

Closed lostanlen closed 4 years ago

lostanlen commented 4 years ago

Backtrace:

2020-01-21 12:26:50.556310 Start.
Running BirdVoxDetect on BirdVox-300h.
WAV name: 2015-10-21_00-00-00_unit08.wav.

birdvoxdetect version: 0.2.0a2
h5py version: 2.10.0
librosa version: 0.7.0
numpy version: 1.16.4
pandas version: 0.25.1
resampy version: 0.2.2
scipy version: 1.4.1
soundfile version: 0.9.0
tensorflow version: 1.15.0

Traceback (most recent call last):
  File "../../../src/011_birdvoxdetect-300h.py", line 61, in <module>
    export_confidence=True)
  File "/home/vl1019/miniconda3/envs/bvd02a2/lib/python3.6/site-packages/birdvoxdetect/core.py", line 383, in process_file
    100*sensor_fault_probability))
TypeError: unsupported format string passed to numpy.ndarray.__format__
lostanlen commented 4 years ago

closed by #30