Jing Yang

Results 7 comments of Jing Yang

I successfully compiled the project with the following environment: Ubuntu 16.04.6 LTS, PCL 1.9.1 (compiled from source code) VTL 8.2.0 (compiled from source code) OpenCV 3.4.9 (compiled from source code)...

Based on my experiments, I think you need at least 29G for running the tutorial

I had a successful installation with the following ``` conda create -n gs3 python=3.10 conda activate gs3 conda install pytorch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 pytorch-cuda=12.1 -c pytorch -c nvidia # verify pytorch...

@andypinxinliu I have the same problem as solved by: https://github.com/Dao-AILab/flash-attention/issues/1421#issuecomment-2575547768

I have the same issue resolved by ``` conda install -c conda-forge colmap ```

Also, COLMAP originally not supprot exr images https://github.com/colmap/colmap/issues/1584 I also found a similar issue https://github.com/nerfstudio-project/nerfstudio/issues/1097