Skip to content

jazzalin/smartsnipe-pose-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smartsnipe-pose-estimation

In-net hockey training pose estimation for smartsnipe project.

The objective is to infer player performance from an estimation of the pose (through action recognition and tracking of the stick)

Pre-trained OpenPose model (without stick):

demo_wo_stick

Mounting the Jetson filesystem

Development on the Jetson TX1 may be facilitated by locally mounting its file system

sudo mkdir /mnt/jetson
sudo sshfs -o allow_other,default_permissions [email protected]:/ /mnt/jetson

Unmounting:

sudo umount /mnt/jetson

About

Hockey player pose estimation for smartsnipe project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published