KunalMGupta
I am a graduate student at UC San Diego, Computer Science and Engineering department specializing in 3D Computer Vision.
University of California San Diego La Jolla, CA, USA
Pinned Repositories
4K-NeRF
Official implementation of arxiv paper "4K-NeRF: High Fidelity Neural Radiance Fields at Ultra High Resolutions"
AtlasNet
This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.
BaseDockerImages
Base Docker Images build on top of NVIDIA CUDA XX.X and includes anaconda, other useful packages.
BentoCLIP
building a CLIP application using BentoML
binvox-rw-py
Python module to read and write .binvox files.
DIFIR-CT
Motion aware Computed Tomography
NeuralMeshFlow
Neural Mesh Flow: 3D Manifold Mesh Generation via Diffeomorphic Flows
occupancy_networks
This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
RemoteResearchTools
This repo is a set of tools/procedures that I found/wrote to make my research run smoothly when I am away from desktop or using servers
torch-mesh-isect
KunalMGupta's Repositories
KunalMGupta/NeuralMeshFlow
Neural Mesh Flow: 3D Manifold Mesh Generation via Diffeomorphic Flows
KunalMGupta/BaseDockerImages
Base Docker Images build on top of NVIDIA CUDA XX.X and includes anaconda, other useful packages.
KunalMGupta/DIFIR-CT
Motion aware Computed Tomography
KunalMGupta/occupancy_networks
This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
KunalMGupta/RemoteResearchTools
This repo is a set of tools/procedures that I found/wrote to make my research run smoothly when I am away from desktop or using servers
KunalMGupta/torch-mesh-isect
KunalMGupta/4K-NeRF
Official implementation of arxiv paper "4K-NeRF: High Fidelity Neural Radiance Fields at Ultra High Resolutions"
KunalMGupta/AtlasNet
This repository contains the source codes for the paper "AtlasNet: A Papier-Mâché Approach to Learning 3D Surface Generation ". The network is able to synthesize a mesh (point cloud + connectivity) from a low-resolution point cloud, or from an image.
KunalMGupta/BentoCLIP
building a CLIP application using BentoML
KunalMGupta/binvox-rw-py
Python module to read and write .binvox files.
KunalMGupta/common-3d-test-models
Repository containing common 3D test models in original format with original source if known and obj mesh
KunalMGupta/deep_cage
code for "Neural Cages for Detail-Preserving 3D Deformations"
KunalMGupta/Docker
These are the docker files used in my project
KunalMGupta/kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
KunalMGupta/koila
Prevent PyTorch's `CUDA error: out of memory` in just 1 line of code.
KunalMGupta/KunalMGupta.github.io
My Personal Website
KunalMGupta/mcubes_pytorch
Marching cubes implementation for PyTorch environment.
KunalMGupta/mesh_to_sdf
Calculate signed distance fields for arbitrary meshes
KunalMGupta/mitsuba-docker
Dockerfile and instructions for building Mitsuba
KunalMGupta/nerf-pytorch
A PyTorch re-implementation of Neural Radiance Fields
KunalMGupta/nerf-pytorch-1
A PyTorch implementation of NeRF (Neural Radiance Fields) that reproduces the results.
KunalMGupta/npms
Official implementation of NPMs: Neural Parametric Models for 3D Deformable Shapes - ICCV 2021
KunalMGupta/OptixRenderer
An optix-based GPU path tracer
KunalMGupta/PointFlow
PointFlow : 3D Point Cloud Generation with Continuous Normalizing Flows
KunalMGupta/pyopengl
Repository for the PyOpenGL Project (LaunchPad Mirror)
KunalMGupta/pypoisson
Poisson Surface Reconstruction Python Binding
KunalMGupta/pyrender
Easy-to-use glTF 2.0-compliant OpenGL renderer for visualization of 3D scenes.
KunalMGupta/PyTorch-LBFGS
A PyTorch implementation of L-BFGS.
KunalMGupta/tiny-cuda-nn
Lightning fast C++/CUDA neural network framework
KunalMGupta/torch-ngp
A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.