Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post Hoc Denoising problem #202

Open
HarrietLockwood opened this issue Jun 30, 2023 · 1 comment
Open

Post Hoc Denoising problem #202

HarrietLockwood opened this issue Jun 30, 2023 · 1 comment

Comments

@HarrietLockwood
Copy link

Hey! I'm currently experiencing an issue with the Post Hoc Denoising function.

Steps to reproduce the behaviour: Tools - Automatic Review - Post Hoc Denoising - Select audio file - See error:-

`Unrecognized field name
"DenoiseNet".

Error in PostHocDenoising_Callback (line 39)
[Cl, sc] = classify(net.DenoiseNet, X);

Error in gui_mainfcn (line 95)
feval(varargin{:});

Error in DeepSqueak (line 29)
gui_mainfcn(gui_State, varargin{:});

Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)DeepSqueak('PostHocDenoising_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating Menu Callback.`

I'm using latest versions of MATLAB and DeepSqueak on a Mac.

Many thanks :)

@DrCoffey
Copy link
Owner

Hey @HarrietLockwood, we don't include a denoising network with the newest version of DeepSqueak since we don't regularly need it. You would have to train your own on a large sample of calls and noise. It is usually easier to use the "reject by threshold" tool if your noise has a consistent feature that can be used to eliminate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants