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
Copy file name to clipboardexpand all lines: docs/third-party-tools/monorec.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The overall pipeline of dataloading goes as follows:
75
75
PointCloud Visualization using open3d
76
76
-------------------------------------
77
77
78
-
The `rgbd2pcl.py <rgbd2pcl.py>`_ script is used to generate and view pointclouds from the keyframe,
78
+
The `rgbd2pcl.py <https://github.com/RobotVisionHKA/MonoRec/blob/main/rgbd2pcl.py>`_ script is used to generate and view pointclouds from the keyframe,
79
79
predicted depth, camera intrinsics and extrinsics. It also saves the keyframes and the predicted depth maps
80
80
in the save directory mentioned in the config file (can be used for debugging). It uses Open3d for the same.
The `example-tumvi <example-tumvi>`_ folder can be used to test the forward pass using the tum-vi dataloader.
99
+
The `example-tumvi <https://github.com/RobotVisionHKA/MonoRec/blob/main/example-tumvi>`_ folder can be used to test the forward pass using the tum-vi dataloader.
100
100
The `test_monorec.py <https://github.com/RobotVisionHKA/MonoRec/blob/main/example-tumvi/test_monorec.py>`_ script can be used to
101
101
test inference on an entire dataset i.e. with multiple sequences, and
102
102
the `test_monorec_seq.py <https://github.com/RobotVisionHKA/MonoRec/blob/main/example-tumvi/test_monorec_seq.py>`_
0 commit comments