Home > other >  SSD - tensorflow video detection times wrong OSError: [193] WinError % 1 is not a valid Win32 applic
SSD - tensorflow video detection times wrong OSError: [193] WinError % 1 is not a valid Win32 applic

Time:09-30

I am using SSD - moviepy tensorflow encounter this problem, very smooth running image detection, a problem with my video here,
Environment is win10 64 anaconda python3.6 tensorflow virtual environment,
Specific code is refer to https://blog.csdn.net/zzz_cming/article/details/81128460


Traceback (the most recent call last) :
The File "C:/Users/ecm16/Desktop/SSD - Tensorflow - master/demo_Video. Py", line 180, in & lt; module>
Get_process_video (input_video_path output_video_path)
The File "C:/Users/ecm16/Desktop/SSD - Tensorflow - master/demo_Video. Py", line 163, in get_process_video
Video=VideoFileClip (input_path)
The File "D: \ anaconda3 \ envs \ tensorflow \ lib \ site - packages \ moviepy \ video \ IO \ VideoFileClip py", line 91, in __init__
Fps_source=fps_source)
The File "D: \ anaconda3 \ envs \ tensorflow \ lib \ site - packages \ moviepy \ video \ IO \ ffmpeg_reader py", line 33, in __init__
Fps_source)
The File "D: \ anaconda3 \ envs \ tensorflow \ lib \ site - packages \ moviepy \ video \ IO \ ffmpeg_reader py", line 256, in ffmpeg_parse_infos
Proc=sp. Popen (CMD, * * popen_params)
The File "D: \ anaconda3 \ envs \ tensorflow \ lib \ subprocess py", line 729, in __init__
Restore_signals start_new_session)
The File "D: \ anaconda3 \ envs \ tensorflow \ lib \ subprocess py", line 1017, in _execute_child
Startupinfo)
OSError: [193] WinError % 1 is not a valid Win32 application,

CodePudding user response:

Win10, anaconda python3.6 64 - bit, tensorflow1.10, CPU

CodePudding user response:

I hope you can help me with, don't know which place: (the change
  • Related