imsoo / fight_detection

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

What is the format of msg data? #17

Open gzchenjiajun opened 3 years ago

gzchenjiajun commented 3 years ago
msg = socket.recv()
msg = msg.decode("utf-8")
recv_ = load_X(msg)

image

What is the format of msg data?