wanglong

Results 2 comments of wanglong

@Be997398715 Have you ever evaluate the trajectory with the trianed model?

First I convert the relative pose to absolute pose like this. ``` global_pose = np.eye(4) poses = [] f = open(os.path.join(base, i), "r") lines = f.readlines() f.close() for line in...