Skip to content

Commit 71da464

Browse files
committed
bugfix: using a modified version of pycolmap library to fix txt file loading errors
1 parent ada6fa2 commit 71da464

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# assume torch is already installed
22

33
# pycolmap for data parsing
4-
git+https://github.com/rmbrualla/pycolmap@cc7ea4b7301720ac29287dbe450952511b32125e
4+
# 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+
59
# (optional) nerfacc for torch version rasterization
610
# git+https://github.com/nerfstudio-project/nerfacc
711

0 commit comments

Comments
 (0)