Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering

Home Page:https://anttwo.github.io/sugar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blank Page when using Viewer

Boreas-OuO opened this issue · comments

Hello, I encountered a problem when running a command and opening a page in the viewer, where the viewer appears as a blank page. Here is the command I used:

python run_viewer.py -p output/refined_ply/bicycle/sugarfine_3Dgs7000_sdfestim02_sdfnorm02_level03_decim1000000_normalconsistency01_gaussperface1.ply

Image

I am using a GPU server and I am unsure how to solve the error message:

Failed to load resource: the server responded with a status of 403 ()

Additionally, I have made modifications to the vite.config.js file to enable remote access to this page:

export default defineConfig({
  plugins: [react()],
  server: {
    host: '0.0.0.0'
  },
  root: './',
  build: {
    target: 'esnext', // browsers can handle the latest ES features
    outDir: 'dist',
  },
  publicDir: '../',
})

Are there any other places I should modify? Thank you for your response in advance!

Hello, I meet the same problem, while pressing o + enter to open in browser.