bingo-todd / GCC-PHAT_DNN_Loc

DNN based binaural sound localization model, using GCC-PHAT as features
18 stars 6 forks source link

problems about gen_dataset_wav.py #3

Open LTuohaha opened 1 year ago

LTuohaha commented 1 year ago

Hi @bingo-todd ! I would like to appreciate for open-sourcing such a comprehensive project.

I have a question regarding dataset generation. When using the "BasicTools" provided, what is the correct installation steps?

I followed the installation instructions in your other open-source project "BasicTools", but I still cannot call the functions in BasicTools properly when running "gen_dataset_wav.py" file.

here is my code and the folder structure.

my code and my  folder

Looking forward to your valuable advice!

bingo-todd commented 1 year ago

Thanks for your interest. Some function names have been changed in BasicTools but not updated in this repository, e.g. get_fpath -> get_file_path, Filter_GPU->GPU_Filter, ProcessBarMulti->ProgressBarMulti. Your installation of BasicTools should be fine.

I have updated these function name. Tell me if there are any problems ?