Skip to content

Commit 321dc26

Browse files
authored
Merge pull request #11 from tohruk/master
Add NeRF as a 3D reconstruction model
2 parents 4bec697 + e8f7f01 commit 321dc26

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Images/nerf.jpg

3.87 KB
Loading

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Discover pretrained models for deep learning in MATLAB.
1111
* [Instance Segmentation](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#instance-segmentation-)
1212
* [Image Translation](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#image-translation-)
1313
* [Pose Estimation](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#pose-estimation-)
14+
* [3D Reconstruction](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#3d-reconstruction-)
1415
* [Video Classification](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#video-classification-)
1516
* [Text Detection & Recognition](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#text-detection-and-recognition-)
1617

@@ -175,6 +176,16 @@ All inputs are RGB images, outputs are heatmaps and part affinity fields (PAFs)
175176

176177
[Back to top](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#matlab-deep-learning-model-hub)
177178

179+
## 3D Reconstruction <a name="3DReconstruction"/>
180+
181+
3D reconstruction is the process of capturing the shape and appearance of real objects.
182+
183+
| Network | Size (MB)| Location|Example Output|
184+
| ------------- | ------------- |------------- |------------- |
185+
| [NeRF](https://github.com/matlab-deep-learning/nerf) | 3.78 |[GitHub](https://github.com/matlab-deep-learning/nerf)|![NeRF](Images/nerf.jpg) |
186+
187+
[Back to top](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#matlab-deep-learning-model-hub)
188+
178189
## Video Classification <a name="VideoClassification"/>
179190

180191
Video classification is a computer vision technique for classifying the action or content in a sequence of video frames.

0 commit comments

Comments
 (0)