JOP-Lee / READ

AAAI2023,implementation of "READ: Large-Scale Neural Scene Rendering for Autonomous Driving", the experimental results are significantly better than Nerf-based methods
https://github.com/JOP-Lee/READ-Large-Scale-Neural-Scene-Rendering-for-Autonomous-Driving
GNU General Public License v2.0
447 stars 55 forks source link

Error when editing scene #53

Open WoodwindHu opened 1 year ago

WoodwindHu commented 1 year ago

Hi, I try to remove a car from the scene, but it turned out this error: ''' RuntimeError: Error(s) in loading statedict for PointTexture: size mismatch for texture: copying a param with shape torch.Size([1, 8, 2547322]) from checkpoint, the shape in current model is torch.Size([1, 8, 2543402]). ''' It seems like the model shape should be same to the point cloud size. How can I edit the point cloud correctly?