graphdeco-inria / gaussian-splatting

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/
Other
14.17k stars 1.83k forks source link

Problem of Real-Time Viewer #818

Open 233hentai opened 5 months ago

233hentai commented 5 months ago

I trained in linux and extract output to windows. When I try to use SIBR_gaussianViewer to view it, there is a problem. The blank frame automatically exit after a few seconds.The result is the same as randomly entering a data path. But my data should be correct. Add '--iteration 30000' after it is also the same. 1 2 image image image

jaco001 commented 5 months ago

At this moment SIBR should load cameras from cameras.json. Check if it is ok.

233hentai commented 5 months ago

At this moment SIBR should load cameras from cameras.json. Check if it is ok.

I think cameras.json is ok. I even tried pre-trained models given in website and it was also the same.😭

jaco001 commented 5 months ago
  1. You are on windows so path should look like (use "")-> "E:\Github Projects\gaussian-splatting\output\kettle"
  2. If you have broken cameras.json or cfg_args I put my here. Just put it main folder - SIBR need it but it is 'smart' enough to bypass parameters from it. files.zip
233hentai commented 5 months ago
  1. You are on windows so path should look like (use "")-> "E:\Github Projects\gaussian-splatting\output\kettle"
  2. If you have broken cameras.json or cfg_args I put my here. Just put it main folder - SIBR need it but it is 'smart' enough to bypass parameters from it. files.zip

It still doesn't work.🥹

yangzhou24 commented 2 months ago

same problem