COD-VAE 64x32
Browse files
README.md
CHANGED
|
@@ -93,7 +93,10 @@ Both stages follow the reference implementation; see
|
|
| 93 |
|
| 94 |
## Held-out reconstruction quality
|
| 95 |
|
| 96 |
-
|
|
|
|
|
|
|
|
|
|
| 97 |
|
| 98 |
Measured on the test splits of ABC and MNIST3D, which are disjoint from training.
|
| 99 |
Volume IoU compares `decode(latents, queries) > 0` against ground-truth occupancy on
|
|
|
|
| 93 |
|
| 94 |
## Held-out reconstruction quality
|
| 95 |
|
| 96 |
+
| source | held-out shapes | volume IoU | near-surface accuracy |
|
| 97 |
+
|---|---|---|---|
|
| 98 |
+
| ABC (CAD parts) | 128 | 0.9316 | 0.8932 |
|
| 99 |
+
| MNIST3D (embossed digits) | 128 | 0.9531 | 0.9207 |
|
| 100 |
|
| 101 |
Measured on the test splits of ABC and MNIST3D, which are disjoint from training.
|
| 102 |
Volume IoU compares `decode(latents, queries) > 0` against ground-truth occupancy on
|