markgloverswaybtinternetcom
markgloverswaybtinternetcom
Hi Leuan I have a newly acquired broken collarbone at the moment. I am just using the modified code for my own use for some time and I am very...
Hi Below is the what I was seeing. I think the problem is the calls at at the upper limit for Pips, this why BatDetect2 is making this mistake. But...
Thanks for the reply, In the lower part of the GUI in the screen dump attached you can see my preferred file summary (30% threshold). It saves the summary to...
Thanks for the reply with your existing recordings you probably have a lot of feeding buzz samples. Soprano buzz are slightly beyond your stft resolution, mine is very slightly better...
Hi I think that training with single calls for feeding buzz would not be recommended as you would probably triple the number of false calls in noise. However recognising a...
import dearpygui.dearpygui as dpg class MainWindow(): def __init__(self): self.colormapRegistry = dpg.add_colormap_registry(label="Colormap Registry") colours = [] # not intentional, can not reproduce failure self.colorMap = dpg.add_colormap(colours, qualitative=False, parent=self.colormapRegistry) with dpg.window(label="Death by...
Documentation does not indicate that an empty value for 'fmt' stops it filling hi resolution heat maps with text. I found 'format' null in C++ code, stopped it and tried...