Pinned Repositories
diff-gaussian-rasterization
Improved 3DGS rasterizer.
fast-gaussian-rasterization
A geometry-shader-based, global CUDA sorted high-performance 3D Gaussian Splatting rasterizer. Can achieve a 5-10x speedup in rendering compared to the vanialla diff-gaussian-rasterization.
mipnerf360-pytorch-minus
MipNeRF-360 implementation in PyTorch, without the mipmap (anti-aliasing) part.
panorama-stitching-101
PyTorch feature detection -> feature matching -> multi-image homography -> panorama stitching algorithm
torchxpbd
Based on the StVk Garment model, we develop an cloth simulation toy example using pytorch.
4K4D
[CVPR 2024] 4K4D: Real-Time 4D View Synthesis at 4K Resolution
animatable_nerf
Code for "Animatable Implicit Neural Representations for Creating Realistic Avatars from Videos" TPAMI 2024, ICCV 2021
EasyVolcap
[SIGGRAPH Asia 2023 (Technical Communications)] EasyVolcap: Accelerating Neural Volumetric Video Research
RelightableAvatar
[CVPR 2024 (Highlight)] Relightable and Animatable Neural Avatar from Sparse-View Video
dendenxu's Repositories
dendenxu/fast-gaussian-rasterization
A geometry-shader-based, global CUDA sorted high-performance 3D Gaussian Splatting rasterizer. Can achieve a 5-10x speedup in rendering compared to the vanialla diff-gaussian-rasterization.
dendenxu/diff-gaussian-rasterization
Improved 3DGS rasterizer.
dendenxu/mipnerf360-pytorch-minus
MipNeRF-360 implementation in PyTorch, without the mipmap (anti-aliasing) part.
dendenxu/panorama-stitching-101
PyTorch feature detection -> feature matching -> multi-image homography -> panorama stitching algorithm
dendenxu/torchxpbd
Based on the StVk Garment model, we develop an cloth simulation toy example using pytorch.
dendenxu/diff-point-rasterization
Point-based CUDA rasterizer
dendenxu/bvh-ray-tracing
CUDA Ray Tracing using BVH. Forked and modified from https://github.com/YuliangXiu/bvh-distance-queries
dendenxu/learning_research
本人博士期间的科研经验
dendenxu/gsplat
CUDA accelerated rasterization of gaussian splatting
dendenxu/Self-Correction-Human-Parsing
An out-of-box human parsing representation extractor.
dendenxu/diff-mip-rasterization
From https://github.com/autonomousvision/mip-splatting
dendenxu/easyvolcap.github.io.assets
Video assets for EasyVolcap.
dendenxu/longvolcap.assets
Video assets for SIGGRAPH Asia 2024 (TOG) Representing Long Volumetric Video with Temporal Gaussian Hierarchy
dendenxu/photometric-stereo-101
Self-correction photometric stereo for highlight & shadow free PMS
dendenxu/ViewCrafter
Official implementation of "ViewCrafter: Taming Video Diffusion Models for High-fidelity Novel View Synthesis"
dendenxu/quadratic_surface
Quadratic surface (quadrics) visualization using Ray-Casting and Polygonization
dendenxu/.nvim
dendenxu/4k4d.github.io.assets
Video assets for the project page of 4K4D.
dendenxu/bvh-distance-queries
dendenxu/CogVideo
Text-to-video generation: CogVideoX (2024) and CogVideo (ICLR 2023)
dendenxu/dendenxu
dendenxu/Docker_Microsoft365_E5_Renew_X
Docker版本的E5调用API续订服务:Microsoft 365 E5 Renew X
dendenxu/gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
dendenxu/import-ply-as-verts
New Blender 3.0* / 3.1 PLY importer v2.0 for point clouds and nonstandard models.
dendenxu/nerfstudio
A collaboration friendly studio for NeRFs
dendenxu/pdbr
pdb + Rich library
dendenxu/pifuhd
High-Resolution 3D Human Digitization from A Single Image.
dendenxu/PoseVocab
Fork of code of [SIGGRAPH 2023] "PoseVocab: Learning Joint-structured Pose Embeddings for Human Avatar Modeling"
dendenxu/prwlock
Process-based Reader-Writer lock for python
dendenxu/torch-batch-svd
A 100x faster SVD for PyTorch⚡️