Results 152 comments of yuedajiong

I strongly doubt you have read this paper and it's code. Here, 'dream' seems to refer to zero123's process of acquiring priors and then use gauss-splatting to recon stereo, and...

A 399-lines: gs maker, camera maker, gs render, and gs viewer. [superv_02_code_01_view.zip](https://github.com/graphdeco-inria/gaussian-splatting/files/14999570/superv_02_code_01_view.zip)

My dear reasearchs, a few months ago, I submited an issue: https://github.com/MrNeRF/awesome-3D-gaussian-splatting/issues/58 Now, there is a demo page: https://yuedajiong.github.io/super-ai-paper/ on developing, more interactive features on the way ... is this...

Hi, ALLLLLLL: I have enough free time, related develop skills, interest/motivation, and ... (**_I am also greatly affected by it._**) I would like to develop a paper-reading system for your...

Dear research experts, I am sprinting towards the ultimate-task-definition of my ideal as defined on my homepage, through the process of algorithm design, code implementation, and training optimization. Personally, I...

I did not edit images.bin and cameras.bin, or .txt files. But I can tell you how to use your own camera path: 1) define these three parameters: azimuth, elevation, distance....

@leblond14u https://github.com/WU-CVGL/MVControl-threestudio/blob/main/app_stage1.py Line: 55,156,208 you can modifiy it, extend 4 views to more. if the the inputs are azimuth, elevation and distance, istead of R and t , it should...

sometimes, official GS has some distant float-points. need more logics to clean these points.

Hi @sidsunny: Other implementations have too many garbages. Try my code, includes: clear colmap code clearest GS code, include CUDA code even has background-remove code a simple viewer, very lightweight...