Datasets:
lemonaddie
commited on
Commit
•
78b5d34
1
Parent(s):
4f88c4f
Update vis_trajectory.py
Browse files- vis_trajectory.py +2 -2
vis_trajectory.py
CHANGED
@@ -14,8 +14,8 @@ if __name__ == '__main__' :
|
|
14 |
|
15 |
H = 480
|
16 |
W = 720
|
17 |
-
intrinsics = np.array([[
|
18 |
-
[0.,
|
19 |
|
20 |
cam_path = "traj_vis/Hemi12_transforms.json"
|
21 |
location_path = "traj_vis/location_data_desert.json"
|
|
|
14 |
|
15 |
H = 480
|
16 |
W = 720
|
17 |
+
intrinsics = np.array([[1060.606,0.],
|
18 |
+
[0., 1060.606]])
|
19 |
|
20 |
cam_path = "traj_vis/Hemi12_transforms.json"
|
21 |
location_path = "traj_vis/location_data_desert.json"
|