You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to report the following error when using the GUI interface to display.
python demo/ssdnerf_gui.py configs/paper_cfgs/ssdnerf_cars_uncond.py work_dirs/ssdnerf_cars_uncond/save/0000.pth --fp16
2023-08-14 17:52:19,420 - mmgen - INFO - Apply 'timestep_weight' rescale_mode for loss_ddpm_mse. Please make sure the passed weight can be updated by external functions.
load checkpoint from local path: work_dirs/ssdnerf_cars_uncond/save/0000.pth
The model and loaded state dict do not match exactly
unexpected key in source state_dict: scene_name, param
In addition, I also wanted to know if I could export a model with a map, the surface of the exported STL model file was a bit rough, and whether there was a way to improve the accuracy of the model.
The text was updated successfully, but these errors were encountered:
Then you can load the saved scenes in the GUI for visualization.
The triplane representation is known to produce stair-step artifacts, so the normals of the mesh may not look good. You may try some mesh processing tools to smoothen the results. Also, the rgb values can also be saved as vertex colors (we may add exporting colored mesh in a future release).
I want to report the following error when using the GUI interface to display.
In addition, I also wanted to know if I could export a model with a map, the surface of the exported STL model file was a bit rough, and whether there was a way to improve the accuracy of the model.
The text was updated successfully, but these errors were encountered: