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 have download .pkl file of GSL, then use pickle.load() follow vis.py , but the key of results_dict is a video name and the keys inside that results_dict[ video_name ] doesn't contain
width, height: (1,) (1,) the video width and height and
focal: (num_frames, 2)
What should I do with this vis.py
The text was updated successfully, but these errors were encountered:
I have download .pkl file of GSL, then use pickle.load() follow vis.py , but the key of results_dict is a video name and the keys inside that results_dict[ video_name ] doesn't contain
width, height: (1,) (1,) the video width and height and
focal: (num_frames, 2)
What should I do with this vis.py
The text was updated successfully, but these errors were encountered: