Open BNAadministrator3 opened 6 years ago
Moreover, I still has two questions,
If the latter, do you mean your model has the mapping style shown in the image below?
My supplementation to question 2: I noticed in your paper that Table 1 shows the Recordings->All equipment, giving the recording-level labels for the every single recording. How did make it? Since many recordings are composed of cycles that belong to distinct kinds of classes, normal, wheeze, crackle or both.
@BNAadministrator3 Hello, thx for your questions!
Thank you! By the way, I still have a question about your code. In your noise mask rnn network, do you need the ground-truth label about whether a frame is noise or not ? I mean, about your train.py->yn, how it come?
@BNAadministrator3 During training we need noise labels. You can craft it from data description. Also, you can augment your data and insert some noise in the middle (not neccesary)
Got it. Thank you very much for your time sir. When I tried to run your program, I got some confusions. For train.py, there are three parameters: data_path, cv_path and exp_path:
Hi Mr. Kirtov, good job for lung sound classification ! I am also using the ICBHI breathing sound dataset to do some research on lung sound distinction and I noticed your this latest work when I searched the GITHUB. About your NMRNN codes, I wonder how do you collect the labels of the noise frame? I mean, in src->train.py, what is the y_train_noise about?