Loading 3D models...
Loading 3D models...
by almotasim in furniture-home
Being provided:</br> 1. a point cloud normalized inside the unit cube</br> 2. a set of query points (that is, uniformely sampled points inside the unit cube, aka ambiant points)</br> 3. the value of the signed distance function for those query points</br> a deep neural network (Convolutional Occupancy Network) learn toe modelize the signed distance function.</br> Once trained, it can take new point clouds and output their distance map (occupancy probabilites within a grid of fixed resolution), which can then be used to reconstruct meshes, using the MISE algorithm (Multi-scale Iso-surface Extraction). This is the result of such a process.