fight_detection icon indicating copy to clipboard operation
fight_detection copied to clipboard

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

Open ghost opened this issue 5 years ago • 2 comments

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.

ghost avatar Sep 08 '20 07:09 ghost

@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.

imsoo avatar Sep 12 '20 04:09 imsoo

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

ggzzzzz628 avatar Jul 14 '21 08:07 ggzzzzz628