liuyoude / STgram-MFN

A spectro-temporal fusion feature, STgram, with MobileFaceNet For more stable Anomalous Sound Detection
69 stars 13 forks source link

Question #1

Open qiurui996 opened 2 years ago

qiurui996 commented 2 years ago

313frames_train_path_list.db,sorry, I want to know how this file is generated

liuyoude commented 2 years ago

it only records the path of train files for dataset, you can see the details in run.py (preprocess() function).

qiurui996 commented 2 years ago

it only records the path of train files for dataset, you can see the details in run.py (preprocess() function).

it only records the path of train files for dataset, you can see the details in run.py (preprocess() function).

First of all thanks for your answer, I'm a beginner in this, sorry I have this problem, how can I solve it? [Errno 2] No such file or directory: '../../data/pre_data\313frames_train_path_list.db

liuyoude commented 2 years ago

it only records the path of train files for dataset, you can see the details in run.py (preprocess() function).

it only records the path of train files for dataset, you can see the details in run.py (preprocess() function).

First of all thanks for your answer, I'm a beginner in this, sorry I have this problem, how can I solve it? [Errno 2] No such file or directory: '../../data/pre_data\313frames_train_path_list.db

Maybe you need to update your code, I recently did some changes. You should correctly create the data directory and you can see in https://github.com/liuyoude/STgram_MFN/blob/1677f4f93bf5ac8257d23b208b6885167f003515/utils.py#L270 to create 313frames_train_path_list.db