Zero late days used
My optimized voxel grid (left: truth, right: predicted)
My optimized point cloud (left: truth, right: predicted)
My optimized mesh (left: truth, right: predicted)
Set 1 - From top to bottom (input RGB, predictd voxel grid, truth mesh)
Set 2 - From top to bottom (input RGB, predictd voxel grid, truth mesh)
Set 3 - From top to bottom (input RGB, predictd voxel grid, truth mesh)
Set 1 - From top to bottom (input RGB, predictd point cloud, truth mesh)
Set 2 - From top to bottom (input RGB, predictd point cloud, truth mesh)
Set 3 - From top to bottom (input RGB, predictd point cloud, truth mesh)
Set 1 - From top to bottom (input RGB, predictd mesh, truth mesh)
Set 2 - From top to bottom (input RGB, predictd mesh, truth mesh)
Set 3 - From top to bottom (input RGB, predictd mesh, truth mesh)
3D Type | F1 Score |
---|---|
Voxel Grid | 81.98% |
Point Cloud | 17.165% |
Mesh Grid | 38.66% |
I can say that the point cloud and mesh did not perform as well as the voxel grid maybe due to my network structure which could not adapt wll to the point cloud and meshes. But overall, point clouds should yield a higher F1 score because there is no need to take into consideraion, the conectivity constraints compared to the other two representaions and are more flexible to reconstruct.