TUT-ARG / sed_vis

Visualization toolbox for Sound Event Detection
MIT License
114 stars 29 forks source link

Unable to get the Visualiser UI #8

Closed n33lkanth closed 2 years ago

n33lkanth commented 2 years ago

I am unable to get the UI as shown here. Instead, I am getting a static plot of the event roll as attached after executing the test_sed_visualizer.sh script. Screenshot 2021-10-15 at 6 41 56 PM

toni-heittola commented 2 years ago

In the test_sed_visualizer.sh script, it is specified that UI is prepared for publication and this drops all interactive elements out. If you drop the flag --publication from the command you get full UI.

../visualizers/sed_visualizer.py -a ../tests/data/a001.wav -l ../tests/data/a001.ann ../tests/data/a001_full.ann ../tests/data/a001_system_output_prob.csv -n reference1 full reference2 -e "bird singing" "car passing by"

n33lkanth commented 2 years ago

PERFECT, THAT WORKS. THANKS A LOT :)