Stars
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
This is a collective repository for all 3DGS related progresses in research and industry world
A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
Addon to import different photogrammetry formats into Blender
[SIGGRAPH Asia 2024 (Journal Track)] StableNormal: Reducing Diffusion Variance for Stable and Sharp Normal
This is the clean implementation of PointNetLK with pretrained models. (A 3D point cloud registration network)
This repository is the unofficial win version of TEASER-plusplus(https://github.com/MIT-SPARK/TEASER-plusplus)
《Real-Time Rendering 4th》 (RTR4) 中文翻译
Point cloud registration algorithm Teaser++ in Win10 and Visual Studio 2015
Usage of Eigen library with CMake.
A fast and robust point cloud registration library
open Multi-View Stereo reconstruction library
An unofficial implementation of absGS
Code release for NeRF (Neural Radiance Fields)
shared source code and resources needed for the samples to run
Computer-Graphics-Resources
An opinionated list of awesome Python frameworks, libraries, software and resources.
[CVPR 2023 - Highlight] Accelerated Coordinate Encoding (ACE): Learning to Relocalize in Minutes using RGB and Poses
Official Code for DragGAN (SIGGRAPH 2023)
Customizable Stable Diffusion frontend for ComfyUI
Easily train a good VC model with voice data <= 10 mins!
peacefulotter / ML4Science-KITTY-LCD
Forked from hkust-vgd/lcd[AAAI'20] LCD: Learned Cross-Domain Descriptors for 2D-3D Matching
mini-spring是简化版的spring框架,能帮助你快速熟悉spring源码和掌握spring的核心原理。抽取了spring的核心逻辑,代码极度简化,保留spring的核心功能,如IoC和AOP、资源加载器、事件监听器、类型转换、容器扩展点、bean生命周期和作用域、应用上下文等核心功能。
🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。