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
Thanks to the author for the great work! There may be some minor issues in the dataset preprocessing code.
The suspected bug is near line 168 in scripts/transforms.py
Negtive impact: The order returned by imap_unordered is randomized, so the final 350 frames obtained may not correspond to the last 350 frames of the video. When comparing with other works (which also take the last 350 frames of the video), alignment issues may be observed.
Thanks to the author for the great work! There may be some minor issues in the dataset preprocessing code.
The suspected bug is near line 168 in scripts/transforms.py
Negtive impact: The order returned by imap_unordered is randomized, so the final 350 frames obtained may not correspond to the last 350 frames of the video. When comparing with other works (which also take the last 350 frames of the video), alignment issues may be observed.
Bugfix: Here is the fixed version
See also my attached patch.
transforms.patch
The text was updated successfully, but these errors were encountered: