alievk / npbg

Neural Point-Based Graphics
MIT License
325 stars 52 forks source link

There was a problem with scene stitching #39

Open Dongber opened 1 year ago

Dongber commented 1 year ago

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?