janclemenslab / das

Deep Audio Segmenter
http://janclemenslab.org/das/
27 stars 10 forks source link

Left clicks in GUI doesn't create annotations #61

Closed WalidERRAIS closed 1 year ago

WalidERRAIS commented 1 year ago

Hi, I'm on ubuntu 20.04 and I have das 0.30.0 install. I took your example audio file Dmel_male.wav, I loaded the audio with the GUI but when I tried to annotate manually it doesn't work.

I created the songs types pulse and sine, then I choosed the song type but left clicking in waveform or spectrogram doesn't create annotations. It create annotations just with the Thresholding mode.

postpop commented 1 year ago

Hi, thanks for raising this issue - I could reproduce this on Ubuntu. Turns out conda/mamba does not always choose the latest version when installing - in my case, DAS 0.28.0. I remember this happen to me with linux server installs of DAS, too. I do not know why that happens.

You can specify the version of DAS when installing. Just re-install with this command to ensure you get the latest version: mamba create python=3.9 das=0.30.0 -c conda-forge -c ncb -c anaconda -c nvidia -n das -y

We will update the installation instructions to include the explicit version number to avoid these issues in the future.

Closing this - if it does not work please re-open the issue.

WalidERRAIS commented 1 year ago

Hi, thanks for your quick response, it works.