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
I notice that in pose_set01.pkl of JAAD, there are pose data for 294 videos. Are these train (177) + test (117)? I am wondering have you provided pose data for val subset? In the code, data_val can read pose data, but I am not sure why in this case there are only data for 294 videos in pose_set01.pkl.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
pose data is not available for some videos because the pedestrians are either too far or occluded. In that case, a dummy value is substituted. Missing pose data is not related to the train/val/test split. The train/val/test sets in JAAD are formed by randomly selecting 188/32/126 video IDs (https://github.com/ykotseruba/JAAD/tree/JAAD_2.0/split_ids/all_videos), so every set has some missing pose data.
Hope this answers your concern.
Hi Yulia,
I notice that in pose_set01.pkl of JAAD, there are pose data for 294 videos. Are these train (177) + test (117)? I am wondering have you provided pose data for val subset? In the code, data_val can read pose data, but I am not sure why in this case there are only data for 294 videos in pose_set01.pkl.
Thanks!
The text was updated successfully, but these errors were encountered: