Results 42 comments of Seungsu Lim

@wtnan2003 Sorry, action recognition performance is not good especially **kick** action. I think it needs more train. (with dataset and add more feature vector) But try below thing to improve...

@wtnan2003 Oh sorry, I forgot to tell you. After one video is over, we need to re-run **sink**. --- The **sink** retains the **track_frame** to send frames of the video...

It's an ID given as a result of object(person) tracking.

@wtnan2003 > 1.how to define which person is being punched or kicked (If there are many people in one frame)? In Sink process, We run this pipeline. ```Tracking (Tracker) ->...

@wtnan2003 Compare the position of the wrist and elbow with the other person's bounding box. If the wrist and elbow are located in the bounding box, it's a crash. (set...

@jinzhao-SU Thank you for your interest in this repo. --- > /usr/include/x86_64-linux-gnu/sys/select.h:78:0: note: this is the location of the previous definition #define FD_SETSIZE __FD_SETSIZE * This message can be ignored....

@WilliamWang1994 Thank you for your interest in this repo. First of all, Sorry for the confusion. The format of feature vector is as below. ( { Δpoint, Δangle, angle }...

@Eddy32 Thank you for your interest in this project and sharing your issue. > That flag only changes to true in the case of detecting a camera (which in this...

@gupork Hi, Thank you for your interest in this project. I think that there is a problem on the server side. darkent_client looks like fine. :o: : Good, :x: :...

if you want to two worker, use same command. ``` ./worker openpose.cfg openpose.weight -gpu 0 -pose -thresh 0.2 ./worker openpose.cfg openpose.weight -gpu 0 -pose -thresh 0.2 ``` It should be...