我正在嘗試獲取一些我在網(wǎng)上找到的代碼,以使用 README.md 文件中給出的用法示例。這些工具的目的是從單獨(dú)的事件中合成一個(gè)音頻場(chǎng)景。我不知道如何運(yùn)行給出的使用示例,它們是: * ./simscene.py -h Displays command line syntax and option descriptions. * ./simscene.py example/sound/ output/ 10 -e example/forest_events.xls -b example/forest_backgrounds.xls -N 10 -v Creates wavefiles and plots of 10 instances of scenes for which events are described in example/forest_events.xls and background sounds in example/forest_backgrounds.xls我試過(guò)在終端上運(yùn)行這些行(我使用的是 PyCharm),但錯(cuò)誤是“simscene.py 未被識(shí)別為內(nèi)部或外部命令、可運(yùn)行程序或批處理文件”,即使我嘗試運(yùn)行“simscene” .py" 單獨(dú)沒(méi)有輸入。我已經(jīng)能夠通過(guò)導(dǎo)入功能 simscene 從另一個(gè)腳本運(yùn)行它,但隨后遇到錯(cuò)誤??雌饋?lái)文件 simscene.py 使用行argparse來(lái)提示用戶,但我似乎無(wú)法激活這些提示以開(kāi)始運(yùn)行。使用示例如何將指定的輸入傳遞給函數(shù),我如何才能運(yùn)行使用示例?整個(gè)項(xiàng)目的鏈接在這里: https://bitbucket.org/mlagrange/simscene/src/master/python/
用法示例顯示未用逗號(hào)分隔的 python 函數(shù)的輸入?
慕桂英4014372
2023-04-25 16:26:25