-
According to my tests splatting `collect(kwargs)` into an array crashes julia if kwargs are empty and two or more types are part of the array
Here's my MNWE after some hours of drill-down.
```julia
f…
-
1. I have already install pytorch and cuda 11.6 as environment.yml says, but I used the vs studio 2022.
2. I have use the miniconda to activate the env, and here comes the error as below.
3. I tryin…
-
Hey, it only takes one hour to train the same data 30,000 times with the original 3DGS.
![微信截图_20241019181529](https://github.com/user-attachments/assets/8d78e672-0dce-4584-b271-46a84ea6b113)
-
I used the code in issue https://github.com/hbb1/2d-gaussian-splatting/issues/55 to check the model generated by 2D-gaussian-splatting, and found that it has a common feature with the result of 3DGS, …
-
## Installation check
- checking if the NerfStudio installationis working well
### Lego
`ns-train nerfacto --data data/lego/ blender-data`
![image](https://github.com/Lay3rss/nerfstudio_SuG…
-
When using torch.hub to do monocular estimation, it got RuntimeError:
```
model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_giant2', pretrain=True)
File "/home/qizhong/miniconda3/envs/ga…
-
Hello,
I am currently trying to evaluate the use case of Gaussian Splatting for 3D-Reconstruction based on Satellite Imagery.
Unfortunately the process used to approximate the satellite specific …
-
Hi,
Thank you for sharing your impressive work!
In your paper, you demonstrate that MeshAnything is capable of converting 3D GS to mesh. I am curious about the implementation process. Does MeshAny…
-
I encountered this issue while running the model, and this is my runtime interface:
(3DGS) PS E:\lyz\3D-GS> python train.py -s data -m output/240511/ --iterations 8000
Traceback (most recent call …
-
## Motivation
We are currently using a non-standard ABI (there isn't really a standardized one) for Wasm exports, which currently Rust is mimicking: https://github.com/rust-lang/rust/issues/71871.
…