PGSR icon indicating copy to clipboard operation
PGSR copied to clipboard

code for "PGSR: Planar-based Gaussian Splatting for Efficient and High-Fidelity Surface Reconstruction"

Results 18 PGSR issues
Sort by recently updated
recently updated
newest added

Thank you for your excellent work. The training results are very good. I have another question. Since PGSR can already render depth maps and normal vectors, can the current code...

When I run the `python scripts/run_mip360.py` It returns back: ``` rm -rf output_mip360/bicycle/test/* CUDA_VISIBLE_DEVICES=0 python train.py -s data/MipNeRF360/bicycle -m output_mip360/bicycle/test --eval -r4 --ncc_scale 0.5 --data_device cpu --densify_abs_grad_threshold 0.0004 Optimizing output_mip360/bicycle/test...

Hi The link in Readme about tnt dataset is mip360. Also, I try to use your code to preprocess the tnt dataset, but the log file does not exist. Ignatius_COLMAP_SfM.log

Thank you for the great work! But I encountered some problems when reproducing the results,as follows: ![2024-08-15 19-25-51 的屏幕截图](https://github.com/user-attachments/assets/be3fda6c-44cc-4c83-9367-276b16710a98) I executed scripts/run_tnt.py without any changes,can you help answer this?

Hello, I was able to set up and run all the script for custom dataset successfully according to your instruction. I understood from the previous issue #16 that we should...

Hell, I'm interesting on your project and testing with our image but I saw that when I meshing the output, their is no color on the object. Do you have...

![Screenshot from 2024-07-23 09-38-45](https://github.com/user-attachments/assets/d21fd28a-1bfa-42fd-9722-cc22ef3d2e75) When I tested on the Auditorium in Tanks and Temples as well as some self-collected indoor datasets, the problem shown in the figure below occurred. How...

Add the `glm` dependency and fix the image path in `convert_dtu`.