fgnt/pb_sed

padercontrib not be found!

Closed this issue · 3 comments

When I'm runing run_detection.py, The error occurrs.

ModuleNotFoundError: No module named 'padercontrib'

Would you tell me what i can do?

that was a wrong import. Should be fixed now. I also added more documentation and did some minor refactoring (the file is called run_inference now).

If you have further questions please let me know.

that was a wrong import. Should be fixed now. I also added more documentation and did some minor refactoring (the file is called run_inference now).

If you have further questions please let me know.

when I'm runningtune_hyper_params.py
KeyError: ('desed_real_validation', "close_matches: ['rir_data_validation', 'validation', 'rir_data_train', 'eval_dcase2020', 'eval_dcase2019']", <pb_sed.database.desed.database.DESED object at 0x7fbcd1d50650>)
occurrs and i chenge the source code

from

    validation_set = data.get_dataset(
        'desed_real_validation', audio_reader=crnn_config['audio_reader'],
    )

to

    validation_set = data.get_dataset(
        'validation', audio_reader=crnn_config['audio_reader'],
    )

absolutely right. fixed now, too. Thanks