ViolenceDetection icon indicating copy to clipboard operation
ViolenceDetection copied to clipboard

Webcam testing accuracy ?

Open ghost opened this issue 6 years ago • 1 comments

In the snapshots taken from the camera, the model is incorrect. How can I improve accuracy?

ghost avatar Mar 22 '19 14:03 ghost

Add more data. To compare with the previous works, I use only the Hocket Dataset. If you want to deploy it to the real work, you should add more training data. And if the training loss can't go down to the value as the Hocket Dataset, add more layer to the network. Please refer to the src/net. There are plenty of networks that I have tried in this project. You can select the default one (i.e. the 'G2D19_P2OF_ResHB_1LSTM.py') and add more layers.

JoshuaPiinRueyPan avatar Mar 25 '19 15:03 JoshuaPiinRueyPan