You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2025. It is now read-only.
Hi I was going through the annotation dataset and I can't help notice that:
In the 5fps release version:
frame_idx gap in training set is 18: 01000 -> 01018 -> 01036 ...
in the validation/test set it is 6: 02000 -> 02006 -> 02012 ...
In the 30 fps, the gap is 3 in the training set and 1 (consecutive) in the val/test set
Since I was trying to train a time sequence model on the dataset. I wonder why is this the case? Does this mean the training set annotation is actually lower than 5/30fps in both release?