reload_data.py 的路徑問題請教 #43
Unanswered
yunchiahsu
asked this question in
Q&A
Replies: 1 comment
|
Hi, python版本的LFCC extraction可见https://github.com/yzyouzhang/ASVspoof2021_AIR 谢谢! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
我想請教reload_data.py這個程式的問題,在這個程式中的
for i in range(len(matfiles)):if matfiles[i][len(path_to_mat)+len(part)+1:].startswith('LFCC'):key = matfiles[i][len(path_to_mat) + len(part) + 6:-4]上面這個判斷式是以什麼標準呢?
我把
len(path_to_mat)打印出來結果是18,這是路徑字串長度也將
len(part)打印出來,這是資料集名稱長度因為我從matlab產生feature後要執行reload_data.py就卡住了,謝謝你。
All reactions