autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
1.01k stars 65 forks source link

extern "C" __launch_bounds__(512, 4) __global__ void reduction_prod_kernel(ReduceJitOp r){ r.run(); } #29

Open ZhenWusi opened 5 months ago

ZhenWusi commented 5 months ago

when i run python train.py -s data use my data happened that

image 屏幕截图 2024-04-05 180405

and following is my data file

屏幕截图 2024-04-05 180428
ZhenWusi commented 5 months ago

how use my data to train?