differentiable-rendering
There are 80 repositories under differentiable-rendering topic.
NVIDIAGameWorks/kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
BachiLi/redner
Differentiable rendering without approximation.
ShichenLiu/SoftRas
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
Xharlie/pointnerf
Point-NeRF: Point-based Neural Radiance Fields
threedle/text2mesh
3D mesh stylization driven by a text input in PyTorch
autonomousvision/differentiable_volumetric_rendering
This repository contains the code for the CVPR 2020 paper "Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision"
abdallahdib/NextFace
A high-fidelity 3D face reconstruction library from monocular RGB image(s)
barisgecer/GANFit
Project Page of 'GANFIT: Generative Adversarial Network Fitting for High Fidelity 3D Face Reconstruction' [CVPR2019]
yifita/DSS
Differentiable Surface Splatting
martinResearch/DEODR
A differentiable 3D renderer with Pytorch, Tensorflow and Matlab interfaces
pmh47/dirt
DIRT: a fast differentiable renderer for TensorFlow
lab4d-org/lab4d
A framework for 4D reconstruction from monocular videos.
Anttwo/Frosting
[ECCV 2024 - ORAL] Official PyTorch implementation of Gaussian Frosting: Editable Complex Radiance Fields with Real-Time Rendering
fraunhoferhhi/neural-deferred-shading
Multi-View Mesh Reconstruction with Neural Deferred Shading (CVPR 2022)
zubair-irshad/NeO-360
Pytorch code for ICCV'23 paper. NEO 360: Neural Fields for Sparse View Synthesis of Outdoor Scenes
Qiulin-W/SAFA
Official Pytorch Implementation of 3DV2021 paper: SAFA: Structure Aware Face Animation.
eigenvivek/DiffDRR
Auto-differentiable digitally reconstructed radiographs in PyTorch
CompVis/brushstroke-parameterized-style-transfer
TensorFlow implementation of our CVPR 2021 Paper "Rethinking Style Transfer: From Pixels to Parameterized Brushstrokes".
ximinng/PyTorch-SVGRender
SVG Differentiable Rendering: Generating vector graphics using neural networks. Support: text-to-SVG, Image-to-SVG, SVG Editing.
monniert/unicorn
(ECCV 2022) Code for Share With Thy Neighbors: Single-View Reconstruction by Cross-Instance Consistency
singer-yang/AutoLens
AutoLens: automated lens design from scratch.
Gorilla-Lab-SCUT/tango
[NeurIPS 2022] Official code repository for "TANGO: Text-driven Photorealistic and Robust 3D Stylization via Lighting Decomposition"
mbanani/unsupervisedRR
[CVPR 2021 - Oral] UnsupervisedR&R: Unsupervised Point Cloud Registration via Differentiable Rendering
eigenvivek/DiffPose
[CVPR 2024] Intraoperative 2D/3D registration via differentiable X-ray rendering
hassony2/handobjectconsist
[cvpr 20] Demo, training and evaluation code for joint hand-object pose estimation in sparsely annotated videos
akanimax/thr3ed_atom
ReLU Fields The Little Non-linearity That Could
threedle/3DHighlighter
Localizing Regions on 3D Shapes via Text Descriptions
uwgraphics/ProximityPlanarRecovery
Official Demo Code for "Unlocking the Performance of Proximity Sensors by Utilizing Transient Histograms"
zubair-irshad/NeRF-MAE
[ECCV 2024] Pytorch code for our ECCV'24 paper NeRF-MAE: Masked AutoEncoders for Self-Supervised 3D Representation Learning for Neural Radiance Fields
ndrplz/differentiable-renderer
Rastering algorithm to approximate the rendering of a 3D model silhouette in a fully differentiable way.
gengshan-y/ppr
Code for PPR: Physically Plausible Reconstruction from Monocular Videos (ICCV 23).
threedle/3d-paintbrush
Local text-driven editing of 3D shapes with Cascaded Score Distillation
Anttwo/MAtCha
(COMING SOON) Official PyTorch implementation of MAtCha Gaussians: Atlas of Charts for High-Quality Geometry and Photorealism From Sparse Views
lvjiahui/DRT
SIGGRAPH Asia 2020: Differentiable Refraction-Tracing for Mesh Reconstruction of Transparent Objects
rfeinman/pyBPL
Python implementation of Bayesian Program Learning tools (with PyTorch)
JoeyTeng/jaxrenderer
Differentiable Rasteriser implemented in JAX. Reference: https://github.com/erwincoumans/tinyrenderer, https://github.com/ssloy/tinyrenderer/wiki; PR: https://github.com/google/brax/pull/367