Dev-MerB's Stars
graphdeco-inria/gaussian-splatting
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
HumanAIGC/AnimateAnyone
Animate Anyone: Consistent and Controllable Image-to-Video Synthesis for Character Animation
zju3dv/NeuralRecon
Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
wasserth/TotalSegmentator
Tool for robust segmentation of >100 important anatomical structures in CT and MR images
sxyu/pixel-nerf
PixelNeRF Official Repository
Awesome-Image-Registration-Organization/awesome-image-registration
image registration related books, papers, videos, and toolboxes
yangjiheng/nerf_and_beyond_docs
CERN/TIGRE
TIGRE: Tomographic Iterative GPU-based Reconstruction Toolbox
caiyuanhao1998/SAX-NeRF
"Structure-Aware Sparse-View X-ray 3D Reconstruction" (CVPR 2024)
EricLee0224/awesome-nerf-editing
🧙🏻♂️A list of papers curated for you to dive into the Awesome Radiance Field-based 3D Editing.
AlgoHunt/VQRF
Official implementation of our CVPR 2023 paper "Compressing Volumetric Radiance Fields to 1 MB"
MrGiovanni/SuPreM
[ICLR 2024 Oral] Supervised Pre-Trained 3D Models for Medical Image Analysis (9,262 CT volumes + 25 annotated classes)
JunMa11/AbdomenCT-1K
The official repository of "AbdomenCT-1K: Is Abdominal Organ Segmentation A Solved Problem?"
MrGiovanni/AbdomenAtlas
[NeurIPS 2023] AbdomenAtlas 1.0 (5,195 CT volumes + 9 annotated classes)
hugoycj/torch-bakedsdf
An unofficial pytorch implementation of BakedSDF
xmindflow/Awesome-Implicit-Neural-Representations-in-Medical-imaging
[ICCV 2023] A curated list of resources on implicit neural representations in Medical Imaging
fabio86d/HipHop_2D3Dregistration
2D/3D registration between CT/MRI or STL models and X-ray images (November 2018)
eigenvivek/DiffDRR
Auto-differentiable digitally reconstructed radiographs in PyTorch
kylekma/X2CT
Ruyi-Zha/naf_cbct
"Neural Attenuation Fields for Sparse-View CBCT Reconstruction" (MICCAI 2022 Oral)
eigenvivek/DiffPose
[CVPR 2024] Intraoperative 2D/3D registration via differentiable X-ray rendering
liyues/NeRP
Implicit Neural Representation Learning With Prior Embedding for Sparsely Sampled Image Reconstruction
NagabhushanSN95/ViP-NeRF
Official code release accompanying the paper - "ViP-NeRF: Visibility Prior for Sparse Input Neural Radiance Fields"
christianpayer/MedicalDataAugmentationTool-HeatmapRegression
xmed-lab/DIF-Net
MICCAI 2023: Learning Deep Intensity Field for Extremely Sparse-View CBCT Reconstruction
xmindflow/INCODE
[WACV 2024] INCODE: Implicit Neural Conditioning with Prior Knowledge Embeddings
AnderBiguri/PhDThesis
A.Biguri PhD thesis: Iterative Reconstruction and Motion compensation in Computed Tomography on GPUs
wuminye/ImplicitGS
Implicit Gaussian Splatting Code
MIAGroupUT/IMPLICIT-CELL-SURFACES
Code for MedIA 2024 paper "Generative modeling of living cells with SO(3)-equivariant implicit neural representations" and MICCAI 2022 paper "Implicit Neural Representations for Generative Modeling of Living Cell Shapes"
skaraoglu/Photometric-Stereo
In this paper, we implement a standard photometric stereo algorithm. With the albedo being unknown and not constant for the images, this program takes multiple images and light source direction information as an input and produce the albedo map, surface normals map, heights map and 3d plot of the surface for provided input. All the images used in this project are provided in the homework assignment and stored in "src" folder. Several output plots shown in the work are stored in the "out" folder.