nerf-pytorch
Scene renderer
An implementation of NeRF in PyTorch for synthesizing novel views of complex scenes
A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
6k stars
52 watching
1k forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kwea123/nerf_pl | An implementation of NeRF in PyTorch-Lightning for 3D reconstruction and view synthesis | 2,732 |
bmild/nerf | This project implements a neural representation of 3D scenes for rendering new views | 9,957 |
nvlabs/instant-ngp | A software toolkit for training and rendering neural graphics primitives | 16,033 |
ashawkey/torch-ngp | A PyTorch implementation of NeRF (Neural Radiance Fields) and related techniques for 3D rendering and reconstruction | 2,110 |
pytorch/examples | A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. | 22,428 |
pytorch/pytorch | A Python library providing tensors and dynamic neural networks with strong GPU acceleration | 83,959 |
yunjey/pytorch-tutorial | A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. | 30,251 |
cszn/kair | Image restoration toolbox with training and testing codes for various deep learning-based methods | 2,957 |
jwyang/faster-rcnn.pytorch | An object detection implementation built on top of PyTorch, supporting multi-image batch training and multiple GPUs. | 7,693 |
szagoruyko/pytorchviz | A tool to visualize PyTorch execution graphs and traces | 3,228 |
pytorch/ignite | A high-level library to help with training and evaluating neural networks in PyTorch | 4,526 |
biubug6/pytorch_retinaface | An implementation of a face detection model using PyTorch | 2,630 |
kupynorest/deblurgan | An image deblurring system using Generative Adversarial Networks (GANs) to restore sharpness from blurry images. | 2,516 |
facebookresearch/dinov2 | A PyTorch implementation of a self-supervised learning method for learning robust visual features without supervision. | 9,211 |
nvidia/flownet2-pytorch | A deep learning framework implementing an optical flow estimation model using PyTorch. | 3,147 |