alievk / npbg

Neural Point-Based Graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There was a problem with scene stitching

Dongber opened this issue · comments

When I placed a trained object into the scene, rendering issues occurred when using the concatenation method for point clouds and textures, but not when using the replacement method. (Due to the small number of the object point clouds, a portion of the scene point clouds were replaced with object point clouds and the same was done with textures.) How did you guys solve the problem of scene editing?