ChaosAdmStudent / InstantSplat

Implementation of InstantSplat where Dust3r is used instead of colmap for points initialization
36 stars 3 forks source link

Running Instructions #1

Open savvaki opened 5 months ago

savvaki commented 5 months ago

Thank you for your implementation.

I would like to ask what is the correct order to run commands and render the scene? Currently I have done the following:

  1. Run main.ipynb to get duster outputs
  2. Run the training script python .\gaussian-splatting\train.py -s .
  3. Use the interactive viewer SIBR_gaussianViewer_app.exe -m path/to/gs_output/...

The output of the scene doesn't look good in the viewer. Any advice would be appreciated.

Yuhuoo commented 5 months ago

I meet the same problem, and the rendering result is very poor as shown below. I can assure you that there is no problem with the rendering tool.

image
Yuhuoo commented 4 months ago

The point cloud looks right, but the rendering result of the Gaussian Splatting is very poor.

image
Master-cai commented 4 months ago

Hi! Do you find a solution? thanks! @savvaki @Yuhuoo @ChaosAdmStudent

savvaki commented 4 months ago

@Master-cai This is not the official implementation. The code is still unreleased, so we can't rely on this repository if it is not from the authors. The project page here says that the code is still coming soon.