BirdVox / birdvoxdetect

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

Bugfix "cannot unpack non-iterable NoneType object" #83

Closed lostanlen closed 3 years ago

lostanlen commented 3 years ago

fixes #82

if pcen_clip.shape[1]==0 return None, None

if row is None: continue

triaged for 0.5.0a3