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

I'm trying to implement this repo as a local file. #11

Open
ghost opened this issue Sep 8, 2020 · 2 comments
Open

I'm trying to implement this repo as a local file. #11

ghost opened this issue Sep 8, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 8, 2020

Hi, imsoo.
First, thank you for providing me with a good repo.

As the title says, I want this repo to work as a local file.
So I didn't operate ventilator, worker, and client.

If so, I think I can only use action.py and OpenCV, but I would like to know if it is possible.

My current development environment is Python 3.6 and tf 2.0, and I am going to load the pre trained action.h5 model and apply it to the image.

Thank you for you read my question.

@imsoo
Copy link
Owner

imsoo commented Sep 12, 2020

@BBeomH

Thank you for your interest in this repo.


As the title says, I want this repo to work as a local file.
So I didn't operate ventilator, worker, and client.
If so, I think I can only use action.py and OpenCV, but I would like to know if it is possible.

In this repo, we need to make below pipeline.

Client → Ventilator → Worker → (Sink ⇄ Action) → Client

So, you need to run ventilator, worker, sink and client additionally. Try below command.

./sink
./ventilator
./worker ...
./action.py
./darknet_client -addr 127.0.0.1 ....

Feel free to ask if you have any questions.

@gzchenjiajun
Copy link

gzchenjiajun commented Jul 14, 2021

@BBeomH
same problem ,I also get the stream camera to test, how to do it?

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