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
This effectively disables padding and loss masking - pad_front is always 0 and pad_end is self.seq_len. Therefore, subsequences created in this manner may not (usually will not) contain all pedestrians. Is that desirable and superior to masking?
The text was updated successfully, but these errors were encountered:
Hello, I would like to know, why you have chosen to select only a subset of pedestrians in a scene, for which there are all
self.seq_len
points:sgan/sgan/data/trajectories.py
Lines 131 to 132 in 691231e
This effectively disables padding and loss masking -
pad_front
is always0
andpad_end
isself.seq_len
. Therefore, subsequences created in this manner may not (usually will not) contain all pedestrians. Is that desirable and superior to masking?The text was updated successfully, but these errors were encountered: