imsoo / fight_detection

Real time Fight Detection Based on 2D Pose Estimation and RNN Action Recognition
MIT License
193 stars 42 forks source link

the action seems missing #14

Open MikeDai2020 opened 3 years ago

MikeDai2020 commented 3 years ago

i build the server success, but when i run all pipeline, i get nothing display on the output window except the "OUTPU". something wrong? i read the code, i find the openpose works correctly, but i can't find the action.

hahahao-lh commented 3 years ago

I find the same problem with you,use win10.and can you tell me how to use"YOLOv3 : ./worker cfg/yolov3.cfg weights/yolov3.weights names/cooc.names -gpu 0 -thresh 0.2 OpenPose : ./worker cfg/openpose.cfg weights/openpose.weights -gpu 0 -pose".if i run this by cmd,cmd just broke and display.please