-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I was checking the predictions of the batdetect2 api's model, and it seems that all the predictions are consistently shifted. It seems to be a scaling issue most likely, as the first annotations on the left are more correct. Here you can see the same boxes plotted with:
# generate spectrogram
spec = api.generate_spectrogram(audio, config=config)
# compute the detections
detections, _ = api.process_spectrogram(spec, config=config)
# plot detections
ax = plot.spectrogram_with_detections(spec, detections, config=config, figsize=(15, 4))
Metadata
Metadata
Assignees
Labels
No labels

