run Yolo from webcam #2425
jardaoravec
started this conversation in
General
Replies: 1 comment 2 replies
-
@jardaoravec these two topics are completely unrelated. You can run any python file directly from PyCharm, and PyCharm also has it's own built-in Terminal you can use to run bash commands. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I see in read me I should use $ python detect.py --source 0 # webcam for running on webcam. But my question is.
I want to run this from my IDE- Pycharm, how can I do that ? I want run Yolo from IDE on webcam is it possible? I want to process frames so that is the reason I don't want to run from console.
Beta Was this translation helpful? Give feedback.
All reactions