argentinox
argentinox
If you create a conda environment with python 2.7 you can install the correct preprocess module with "pip install preprocess" and you don't have the preprocess error anymore but after...
I think you are right, maybe in the project is missing a custom module called "preprocess" that makes as output a numpy array from the .wav file called 'style.npy'
I have the same error! If I create a conda environment with python 2.7 I can install the correct preprocess module with "pip install preprocess"... after that I have other...
This is the corrected code for Windows OS in "run_tokenflow_pnp.py" instead of n_frames = [int([x for x in latents_path[i].split('/') if 'nframes' in x][0].split('_')[1]) for i in range(len(latents_path))] write this: n_frames...