Jianchun Chen jianchuc@andrw.cmu.edu
Left: fitted voxel grid. Right: ground truth voxel grid
Left: fitted point cloud. Right: ground truth point cloud
Left: fitted mesh. Right: ground truth mesh
\ | F-score@0.05 |
---|---|
Voxel | 78.76 |
Point cloud | 91.85 |
Mesh | 85.29 |
I study the hyperparameter n_points
for mesh generation.
The results below show that during training, using chamfer distance over 500 and 5000 randomly sampled points gives similar performance for predicting mesh with ~2500 vertices.
n_points | F-score@0.05 |
---|---|
500 | 78.86 |
5000 | 85.29 |
The top images shows prediction trained with n_points=500
and the bottom images shows prediction trained with n_points=5000
.
The network is implemented with five 30*30
atlas.