Skip to content
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

How to use with webcam video camera #1

Open
wanfuse123 opened this issue May 13, 2019 · 1 comment
Open

How to use with webcam video camera #1

wanfuse123 opened this issue May 13, 2019 · 1 comment

Comments

@wanfuse123
Copy link

Hi! I have tried setting up linux "motion" to show video in browser at a url something like http://localhost:8081. It displays / streams fine.

Problem is when I issue the command

docker run --runtime=nvidia --rm -v $PWD:/workspace -w /workspace daisukekobayashi/darknet:gpu darknet detector test data/yolo9000.cfg data/yolov3.weights data/9k.names data/9k.labels data/imagenet.shortnames.list http://localhost:8081 -c 0 -ext_output

it says
names: Using default 'data/names.list'

and then stops

not sure where to get names.list from

also how do i get it to work on the video stream and then output it do another http://localhost:8082 ?

Thanks in advance for all the help!

@bizmate
Copy link

bizmate commented Nov 12, 2020

data/ is a folder under your $PWD
It looks like it cannot find the file data/imagenet.shortnames.list
So you need to verify the files are in the workspace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants