naveed88375 / AI-ML

A curated list of machine learning and AI projects.
38 stars 9 forks source link

some questions in sound signal fault detection #2

Open zhixijie opened 6 months ago

zhixijie commented 6 months ago

Hello author, I have encountered some problems while reproducing the sound signal fault detection you wrote, can you please help? The main thing is how the sound signal dataset in the code is added to this set of code. Second, how is the model training result displayed? I hope you can answer my questions after receiving it, thank you very much.

naveed88375 commented 6 months ago

Hello. Can you please elaborate a bit further as I am not sure which piece of code are you referring to.

zhixijie commented 6 months ago

The main reason is that I don't see the location of the dataset in the program, and I don't see the path of normal and abnormal when I run it with jupyter.

naveed88375 commented 6 months ago

Ohh. The dataset is actually called MIMII dataset. You can find a subset of it on this link here:

https://www.kaggle.com/datasets/senaca/mimii-pump-sound-dataset

zhixijie commented 6 months ago

Ohh,thank you very much.