TimenoLong
TimenoLong
When I paste the viewer link{https://viewer.nerf.studio/versions/23-05-15-1/?websocket_url=ws://localhost:7007} into the browser, although I can see the interface, it says "Renderer Disconnection". What should I do?
May I ask if you can publish the yaml file of 105000.ckpt to us so that we can train on the model you have already trained?

When I run the following command: **blender-3.2.2-linux-x64/blender --background --python scripts/rendering/blender_script.py -- --num_renders 12 --object_path ./scripts/rendering/untextured/jiangtun_mesh86.stl --output_dir ./scripts/rendering/untextured_output/jiangtun_mesh86 --engine BLENDER_EEVEE** It reported the following error: _Segmentation fault (core dumped)_ I checked...
Complete error as follows: :Traceback (most recent call last): File "/home/wyx/yangchenlong/GaussianDreamer-main/launch.py", line 240, in main(args, extras) File "/home/wyx/yangchenlong/GaussianDreamer-main/launch.py", line 183, in main trainer.fit(system, datamodule=dm, ckpt_path=cfg.resume) File "/home/wyx/anaconda3/envs/splatterimage/lib/python3.9/site-packages/pytorch_lightning/trainer/trainer.py", line 538, in...
In mast3r/catmlp_dpt_head.py, from models.blocks import Mlp, but there is no models.py file, and the implementation of the Mlp function cannot be found. Does it refer to nn.Linear?