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):
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