lycool
lycool
Hello, I encountered the following error when trying to install sa3d-gs: it occurred during the `pip install submodules/diff-gaussian-rasterization` step. Could you please let me know if there is any solution...
Hi, I noticed that when using the same scene, the point map generated by `demo_colmap.py` appears overly flat, whereas the one from `demo_gradio.py` looks correct with proper depth variation. I’ve...
Hi, I noticed that in `demo_colmap.py`, the code uses: `pose_enc = model.camera_head(aggregated_tokens_list)[-1]` `depth_map, depth_conf = model.depth_head(aggregated_tokens_list, images, ps_idx)` instead of simply calling `predictions = model(images)` Could you please explain the...