Skip to content

Commit 72f12c8

Browse files
committed
some more url fixes for MonoRec
1 parent 33486a4 commit 72f12c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/third-party-tools/monorec.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The overall pipeline of dataloading goes as follows:
7575
PointCloud Visualization using open3d
7676
-------------------------------------
7777

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,
7979
predicted depth, camera intrinsics and extrinsics. It also saves the keyframes and the predicted depth maps
8080
in the save directory mentioned in the config file (can be used for debugging). It uses Open3d for the same.
8181
[`ref1 <http://www.open3d.org/docs/latest/tutorial/Advanced/multiway_registration.html#Make-a-combined-point-cloud>`_]
@@ -96,7 +96,7 @@ E.g.
9696
Inference
9797
---------
9898

99-
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.
100100
The `test_monorec.py <https://github.com/RobotVisionHKA/MonoRec/blob/main/example-tumvi/test_monorec.py>`_ script can be used to
101101
test inference on an entire dataset i.e. with multiple sequences, and
102102
the `test_monorec_seq.py <https://github.com/RobotVisionHKA/MonoRec/blob/main/example-tumvi/test_monorec_seq.py>`_

0 commit comments

Comments
 (0)