kianzohoury
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,8 @@ title: Transformer-Based Point Cloud Denoising/Completion Models
|
|
6 |
---
|
7 |
|
8 |
Four variants of the model architecture were trained on a random subset (50%) of ShapeNetCore.
|
9 |
-
The models are based on two types of data augmentations: random noise perturbations (Gaussian normal) and point deletion (using uniform sampling).
|
|
|
10 |
|
11 |
|
12 |
| Model | noise strength (%) | points removed (%) |
|
|
|
6 |
---
|
7 |
|
8 |
Four variants of the model architecture were trained on a random subset (50%) of ShapeNetCore.
|
9 |
+
The models are based on two types of data augmentations: random noise perturbations (Gaussian normal) and point deletion (using uniform random sampling).
|
10 |
+
The models are as follows:
|
11 |
|
12 |
|
13 |
| Model | noise strength (%) | points removed (%) |
|