3D-ResNets-PyTorch icon indicating copy to clipboard operation
3D-ResNets-PyTorch copied to clipboard

RUN```util_scripts/generate_video_jpgs.py```,but get nothing.

Open huamgmin opened this issue 4 years ago • 5 comments

I obey the code in README.md to run util_scripts/generate_video_jpgs.py, but the new floder I created to put jpgs has nothing. whether the path of floder l created is wrong. Can someone know that help me ?

huamgmin avatar May 16 '20 10:05 huamgmin

@huamgmin can you give more information? code line that you are running, which type of dataset, which video converter (i.e. ffmpeg).

guilhermesurek avatar Jun 05 '20 03:06 guilhermesurek

微信图片_20200914205317

KongHangd avatar Sep 14 '20 12:09 KongHangd

Has this problem been solved,please?I had the same problem.

KongHangd avatar Sep 14 '20 13:09 KongHangd

@KongHangd emmm, I'm sorry about that l can't help you. l haven't solved this problem.

huamgmin avatar Sep 15 '20 04:09 huamgmin

@huamgmin You can try this #p = subprocess.run(ffprobe_cmd, capture_output = True) #origional code p = subprocess.run(ffprobe_cmd,stdout= subprocess.PIPE,shell=True) Mine is working right now. Plus my python version is 3.7

One more thing do you download and install the ffmpeg? you need to install ffmpeg and add it to variable path so that you can really capture the images

TonyLi-Shu avatar Mar 22 '21 07:03 TonyLi-Shu