Commit
·
be948cf
1
Parent(s):
b51e3be
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
|
4 |
+
tags:
|
5 |
+
- diffusion
|
6 |
+
- point-cloud
|
7 |
+
|
8 |
---
|
9 |
+
|
10 |
+
These model are avaiables on Github Link
|
11 |
+
|
12 |
+
[***Github Link***](https://github.com/SerdarHelli/Segmentation-of-Teeth-in-Panoramic-X-ray-Image-Using-U-Net)
|
13 |
+
|
14 |
+
|
15 |
+
***Original Dataset***
|
16 |
+
|
17 |
+
|
18 |
+
### Paper
|
19 |
+
|
20 |
+
[[Paper - Diffusion Probabilistic Models for 3D Point Cloud Generation](https://arxiv.org/abs/2103.01458)]
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
### BibTeX Entry and Citation Info
|
25 |
+
```
|
26 |
+
@inproceedings{luo2021diffusion,
|
27 |
+
author = {Luo, Shitong and Hu, Wei},
|
28 |
+
title = {Diffusion Probabilistic Models for 3D Point Cloud Generation},
|
29 |
+
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
|
30 |
+
month = {June},
|
31 |
+
year = {2021}
|
32 |
+
}
|
33 |
+
```
|