wmcnally / golfdb

GolfDB is a video database for Golf Swing Sequencing, which involves detecting 8 golf swing events in trimmed golf swing videos. This repo demos the baseline model, SwingNet.
198 stars 60 forks source link

Hey i am not able to get the coordinates of golf face even from test_video.py. Can you please tell me how do i get coordinates and not just frames where golf face is detected? #11

Closed onkar-99 closed 3 years ago

onkar-99 commented 3 years ago

Hey i am not able to get the coordinates of golf face even from test_video.py. Can you please tell me how do i get coordinates and not just frames where golf face is detected?

Originally posted by @onkar-99 in https://github.com/wmcnally/golfdb/issues/5#issuecomment-877594570

wmcnally commented 3 years ago

@onkar-99 I’m not sure what you mean when you say “coordinates of golf face.” SwingNet only outputs the swing event probabilities.

onkar-99 commented 3 years ago

So I won't be able to get the coordinates of the face part of golf stick? I thought it does object detection because i wanted to trace golf swing path in a video for which i had to find the coordinates of the face part of golf stick in each frame.

wmcnally commented 3 years ago

No, SwingNet does not provide the coordinates of the clubface. It does not do object detection, only event detection.