I try to do segmentation on a file: code snippet
It gives the following error message: error
This has something to do with the models being pickled from python2 (pyAudioAnalysis). A workaround is unpickling it as pickle.load(model, encoding="latin-1").
I try to do segmentation on a file: code snippet
It gives the following error message: error
This has something to do with the models being pickled from python2 (pyAudioAnalysis). A workaround is unpickling it as
pickle.load(model, encoding="latin-1").