Skip to content

Some experimental models for the Human Recognition task.

Notifications You must be signed in to change notification settings

duongngockhanh/human-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Human Recognition

1. Introduction

assets/result.png

2. Inference

  • First, you need to train an YOLOv8-pose model or leverage pretrained weights. Then export the weights file to onnx format following the instruction here. I recommend using the pretrained model YOLOv8l-pose because it is accurate enough although a bit slow.
  • Second, it's also necessary to prepare a video for infering.
  • After that, you can run the following command and watch the result:
python demo.py -iv demo.mp4

2. References

  • DD-Net: A Double-feature Double-motion Network - Link GitHub
  • Convert Keras to Onnx - Link

About

Some experimental models for the Human Recognition task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published