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
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