maudzung / TTNet-Real-time-Analysis-System-for-Table-Tennis-Pytorch

Unofficial implementation of "TTNet: Real-time temporal and spatial video analysis of table tennis" (CVPR 2020)
https://arxiv.org/pdf/2004.09927.pdf
586 stars 157 forks source link

The meaning of the format of gt data #34

Closed MooreManor closed 1 year ago

MooreManor commented 1 year ago

image

Hello! @panchul @maudzung I notice in the ball_xy annotations, it seems that not all of them are annotated because the len(ball_annots) is smaller than the actual frames. But some of the annotations are -1,-1, which I think is out of the frame. Why do you annotate them instead of ignoring them?