-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using live webcam #40
Comments
@abdulrashid123 have you worked on object detection with yolo9000.? if so please tell me how you worked.. |
@philipperemy. I need to work on live object detection with yolo9000. please help me |
Edit the makefile and change If you are on linux:
Should work hopefully. |
If you want to use it with MacOSX (which I think is a bad idea because it will be down too slow, you can apply this patch in darknet): Copy this file to
Referring to :
|
Getting the error "corrupt patch at line 134" Tried many ways to correct it. Pls resolve at the earliest @philipperemy
|
@Leela-Nayan it's not a good idea to use it on a mac without GPU support as it will be incredibly slow. |
@philipperemy how to solve this error. |
I need to use live Web cam for object detection and extract centered boxed image
The text was updated successfully, but these errors were encountered: