gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"

Results 408 gaussian-splatting issues
Sort by recently updated
recently updated
newest added
trafficstars

``` Installing pip dependencies: \ Ran pip subprocess with arguments: ['C:\\Users\\HP\\anaconda3\\envs\\gaussian_splatting\\python.exe', '-m', 'pip', 'install', '-U', '-r', 'D:\\research\\main_res\\gaussian-splatting\\condaenv.1u5wpvds.requirements.txt', '--exists-action=b'] Pip subprocess output: Processing d:\research\main_res\gaussian-splatting\submodules\diff-gaussian-rasterization Preparing metadata (setup.py): started Preparing metadata (setup.py):...

Dear Author, Thank you for your outstanding work. I would like to ask: in your comparative experiments, which projects did you reference for the INGP and Plenoxels algorithms? Could you...

__device__ float do_separable_conv_y(float pixels[CY][CCX], int H, int W, bool sq = false) {//此时42*42变成了42*32 auto block = cg::this_thread_block(); int local_y = block.thread_index().y + 5;//这里+5是为了要找到每个核处理的像素中心位置,线程还是那个线程,只是处理的像素以哪里为中心 int local_x = block.thread_index().x + 5;//这里x为什么会有+5?? float...

hihi eveyone~ I’m trying to render a [MAD-dataset](https://github.com/EricLee0224/PAD) object with 3DGS, my inputs are just the images plus a model-predicted point cloud and camera poses. The camera poses aren’t perfect....

Hello, I encountered the same problem discussed in #1038 , and I tried training after removing the alpha_mask block in train.py as mentioned in the previous issue. However, the estimated...

Hi all, I'm currently working on a project where I need to project a set of target pixels (those selected based on certain error metrics) into 3D space. The idea...

Thank you for your wonderfull work!Could you please help me to solve the below problem. "RuntimeError: numel: integer multiplication overflow" problem occured when I train my data with the diff_gaussian_rasterization...

I have pip install all the submodules but I fail to import the submodules. can anyone help me ? Cheers

Hello I followed the instructions from repo and encountered an error when running the above command: OSError: [WinError 182] The operating system cannot run %1. Error loading "C:\Users\glodm\anaconda3\envs\guassian_splatting\lib\site-packages\torch\lib\shm.dll" Searched a...