question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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

See original GitHub issue

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 ?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
guilhermesurekcommented, Jun 5, 2020

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

0reactions
TonyLi-Shucommented, Mar 22, 2021

@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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues When Using auto-py-to-exe - Nitratine
A way to fix this is to run the script with admin privileges by opening cmd as admin and then running auto-py-to-exe one...
Read more >
Python import: Advanced Techniques and Tips
The Python import system is as powerful as it is useful. In this in-depth tutorial, you'll learn how to harness this power to...
Read more >
Python - Extracting and Saving Video Frames - Stack Overflow
Your readh is failing. Have you built opencv with python and ffmpeg as instructed in the tutorial? brew install opencv --python27 --ffmpeg if ......
Read more >
Jython Scripting Examples - ImageJ Wiki
Select an example Jython script from the Templates › [by language] › Python menu. Press ⌃ Ctrl + R to run the script!...
Read more >
yolov5/detect.py at master - GitHub
Run YOLOv5 detection inference on images, videos, directories, globs, YouTube, webcam, streams, etc. Usage - sources: $ python detect.py --weights ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found