documentation
Improvements or additions to documentation
good first issue
Good for newcomers
question
Further information is requested
#
differentiable-rendering
Here are 34 public repositories matching this topic...
Differentiable rendering without approximation.
computer-vision
tensorflow
rendering
computer-graphics
pytorch
monte-carlo-ray-tracing
differentiable-rendering
-
Updated
Mar 28, 2022 - NASL
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
-
Updated
Dec 16, 2021 - Python
This repository contains the code for the CVPR 2020 paper "Differentiable Volumetric Rendering: Learning Implicit 3D Representations without 3D Supervision"
dvr
mesh-generation
3d-reconstruction
3d-deep-learning
differentiable-rendering
novel-view-synthesis
cvpr2020
cvpr-2020
implicit-representions
-
Updated
Nov 9, 2021 - Python
Project Page of 'GANFIT: Generative Adversarial Network Fitting for High Fidelity 3D Face Reconstruction' [CVPR2019]
texture
generative-adversarial-network
face-recognition
differentiable-rendering
3d-face-reconstruction
3dface
cvpr2019
identity-features
-
Updated
Nov 9, 2021 - Python
3D mesh stylization driven by a text input in PyTorch
computer-graphics
pytorch
mesh-generation
geometry-processing
neural-style
meshes
3d
differentiable-rendering
neural-fields
-
Updated
Apr 4, 2022 - Python
DIRT: a fast differentiable renderer for TensorFlow
-
Updated
Mar 16, 2022 - C++
Point-NeRF: Point-based Neural Radiance Fields
graphics
point-cloud
volume-rendering
reconstruction
nerf
3d
3d-reconstruction
mvs
scannet
differentiable-rendering
implicit-functions
multiview-stereo
neural-renderer
scene-reconstruction
tanks-and-temples
neural-rendering
neural-radiance-fields
radiance-field
point-based-graphics
cvpr2022
-
Updated
Mar 28, 2022 - Python
A differentiable 3D renderer with Pytorch, Tensorflow and Matlab interfaces
-
Updated
Mar 30, 2022 - Python
Differentiable Surface Splatting
rendering
point-cloud
geometry-processing
siggraph-asia
differentiable-rendering
inverse-rendering
differentiable-renderer
-
Updated
Nov 13, 2021 - Python
TensorFlow implementation of our CVPR 2021 Paper "Rethinking Style Transfer: From Pixels to Parameterized Brushstrokes".
-
Updated
Jul 16, 2021 - Python
[cvpr 20] Demo, training and evaluation code for joint hand-object pose estimation in sparsely annotated videos
video
3d-reconstruction
photometric
pose-estimation
differentiable-rendering
hands
cvpr2020
sparse-supervision
-
Updated
Feb 21, 2021 - Python
[CVPR 2021 - Oral] UnsupervisedR&R: Unsupervised Point Cloud Registration via Differentiable Rendering
-
Updated
Apr 15, 2021 - Python
Rastering algorithm to approximate the rendering of a 3D model silhouette in a fully differentiable way.
python
tensorflow
rendering
pytorch
rendering-engine
tensorflow-models
differentiable-rendering
eccv-2018
-
Updated
Dec 22, 2018 - Python
Official Pytorch Implementation of 3DV2021 paper: SAFA: Structure Aware Face Animation.
gan
image-manipulation
video-editing
3d-reconstruction
3d-graphics
3dmm
reenactment
differentiable-rendering
face-animation
flame-model
pytorch3d
-
Updated
Mar 3, 2022 - Python
SIGGRAPH Asia 2020: Differentiable Refraction-Tracing for Mesh Reconstruction of Transparent Objects
-
Updated
Nov 1, 2020 - Python
Python implementation of Bayesian Program Learning tools (with PyTorch)
-
Updated
Feb 10, 2022 - Python
Escaping Plato’s Cave: 3D Shape from Adversarial Rendering [ICCV 2019]
machine-learning
computer-vision
computer-graphics
artificial-intelligence
deeplearning
3d-reconstruction
differentiable-rendering
iccv2019
-
Updated
Jun 10, 2021 - Python
Official code for "End-to-End Optimization of Scene Layout" -- including VAE, Diff Render, SPADE for colorization (CVPR 2020 Oral)
scene-graph
differentiable-rendering
graph-neural-networks
scene-generation
scene-layout
scene-refinement
-
Updated
Dec 23, 2020 - Python
A differentiable programming language with an integration primitive that soundly handles interactions among the derivative, integral, and discontinuities.
optimization
differentiable-rendering
differentiable-programming
discontinuous
dirac-delta-distribution
-
Updated
Oct 18, 2021 - Python
SVBRDF Estimation using a Physically-based Differentiable Renderer
computer-vision
deep-learning
neural-network
computer-graphics
estimation
pytorch
brdf
differentiable-rendering
svbrdf
-
Updated
Mar 13, 2022 - Jupyter Notebook
Supplemental material of the article "Reparameterizing discontinuous integrands for differentiable rendering"
-
Updated
Apr 1, 2020 - Python
TF Mesh Renderer
-
Updated
Dec 25, 2019 - Jupyter Notebook
Physically based differentiable rendering in C++
machine-learning
computer-vision
cpp
rendering
computer-graphics
raytracing
pathtracing
ray-tracing
path-tracing
physically-based-rendering
differentiable-rendering
-
Updated
Apr 14, 2021 - C++
Code for DronePose: Photorealistic UAV-Assistant Dataset Synthesis for 3D Pose Estimation via a Smooth Silhouette Loss (ECCVW 2020)
-
Updated
Jun 6, 2021 - Python
A differentiable renderer written purely in TensorFlow.
-
Updated
Jun 21, 2020 - Python
Applications of the Teg differentiable programming language to problems spanning graphics and physical simulation.
trajectory-optimization
differentiable-rendering
differentiable-programming
physical-simulation
thresholded-perlin-shader
-
Updated
Dec 30, 2021 - Python
PyTorch implementation of the human neural rendering in unseen positions presented at WACV 2022 "Creating and Reenacting Controllable 3D Humans with Differentiable Rendering"
computer-graphics
gcn
virtual-humans
differentiable-rendering
graph-neural-networks
human-shape-recover
gcn-features
neural-rendering
pytorch3d
human-animation
wacv2022
-
Updated
Jan 11, 2022 - Python
Differentiable Rendering Optimization using image masks.
-
Updated
Jul 3, 2020 - Python
Differentiable point cloud rendering
-
Updated
Feb 15, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the differentiable-rendering topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the differentiable-rendering topic, visit your repo's landing page and select "manage topics."
Hi,
In
kaolin/kaolin/metrics/pointcloud.pyit says that the sided_distance() method computesHowever, it seems like the underlying
_C.metrics.sided_distance_forward_cudareturns the squared euclidean distance. Can you please clarify this?Thank you