dolphin-acoustics-vip / Whistle-Classification-Quality-Assurance-GUI

This repository contains code implementing a simple graphical user interface (GUI) which biologists can use as an aid for quality assurance when selecting whistles. A user can have a machine learning model analyse wav files (specified by selection tables) to provide the user with a second opinion about their whistle selections.
MIT License
0 stars 0 forks source link

App Crashing after Generating SHAP Image Explanation #1

Open JoelANB opened 7 months ago

JoelANB commented 7 months ago

This issue is being made to report a couple instances in which the executable file generated crashes after the user generates a SHAP-based machine learning model explanation of a selected spectrogram. The error has occurred on both Windows 10 and Windows 11 devices but its cause is currently unknown.

JoelANB commented 7 months ago

It should be noted that this looks superficially close to the one discussed here: https://github.com/dolphin-acoustics-vip/Whistle-Classification-Quality-Assurance-GUI/issues/2. However, the key difference is that for the issue raised within this thread, the app crashes _after generating the required "cetacexplain" image. In the other issue, the app was crashing simply after the button to explain a wav file was clicked.