Seungsu Lim
Seungsu Lim
> So one worker is enough to make the whole pipeline work? Right :+1: > If I manage to run it would like to raise a cooperation project if you...
I think that we have a OpenCV problem. please check that if using below command (not include `-out_vid, -out_json`), the input and output windows can play the whole video? (Please...
Sorry, I can't find what is the problem. I should test on my machine. I think it will take time to figure out what is the problem. Let me know...
@gupork Hi, I found [this issue](https://github.com/opencv/opencv/issues/8407). > Some UI backends may support "more or less" multi-thread interaction. But in general, multi-threading is not supported well by UI. I think that...
@gupork, Sorry for my late reply. I sent it by email.
@ChangSeobYun Hi, 1. Which do you want to run, Yolo or Openpose? 2. Did you download weight file and put it in "weight" directory? 3. Please write your full command...
@ChangSeobYun * **Ventilator** : A ventilator that distribute tasks that can be done in parallel * **Worker** : A set of workers that process tasks * **Sink** : A sink...
@ChangSeobYun 1. Check that the Server-Client is working. Set DEBUG flag in Makefile and rebuild it. and then check standard output. https://github.com/imsoo/darknet_server/blob/93a32e44d18ecdcc49d3803dc0d4947eef03bd3c/server/Makefile#L1 run server (sink, ventilator, one worker process) and...
I think that Server/Client couldn't connect. 1. where is the server running? Local OR Remote (GCP, AWS ...) 2. check that server address in client command. For example (Local), ```...
@ChangSeobYun I think that different keras version is a cause of this error. Which version of tensorflow and keras do you have? if you let me know, i will try...