TimSchneider42 commited on
Commit
74a17ce
·
verified ·
1 Parent(s): 2ce06a8

COD-VAE 64x32

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -93,7 +93,10 @@ Both stages follow the reference implementation; see
93
 
94
  ## Held-out reconstruction quality
95
 
96
- _Not yet measured._
 
 
 
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