Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Page when using Viewer #161

Open
Boreas-OuO opened this issue Mar 7, 2024 · 1 comment
Open

Blank Page when using Viewer #161

Boreas-OuO opened this issue Mar 7, 2024 · 1 comment

Comments

@Boreas-OuO
Copy link

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!

@JaegerCQ
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants