We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada6fa2 commit 71da464Copy full SHA for 71da464
examples/requirements.txt
@@ -1,7 +1,11 @@
1
# assume torch is already installed
2
3
# pycolmap for data parsing
4
-git+https://github.com/rmbrualla/pycolmap@cc7ea4b7301720ac29287dbe450952511b32125e
+# The repo used in gsplat
5
+# git+https://github.com/rmbrualla/pycolmap@cc7ea4b7301720ac29287dbe450952511b32125e
6
+# The recommended repo used for GSCodec Studio
7
+pip install git+https://github.com/JasonLSC/pycolmap.git
8
+
9
# (optional) nerfacc for torch version rasterization
10
# git+https://github.com/nerfstudio-project/nerfacc
11
0 commit comments