KTH-Action-Recognition
KTH-Action-Recognition copied to clipboard
OSError: Could not load meta information === stderr ===
I can't make the dataset. The following exception is raised. Though I have updated imageio and ffmpeg plugins. Could you sense what else could be done? ~\Anaconda\envs\tensorflow_env\lib\site-packages\imageio_ffmpeg_io.py in read_frames(path, pix_fmt, bpp, input_params, output_params) 148 err2 = log_catcher.get_text(0.2) 149 fmt = "Could not load meta information\n=== stderr ===\n{}" --> 150 raise IOError(fmt.format(err2)) 151 elif "No such file or directory" in log_catcher.header: 152 raise IOError("{} not found! Wrong path?".format(path))