isl-org / isl-org/Open3D

Constructed mesh is black

Open
#4,975 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
14k
Forks
2.6k
Avg merge
5d 18h
Merged PRs (30d)
6

Description

### Discussed in https://github.com/isl-org/Open3D/discussions/4973

Originally posted by **DevAB-Git** April 5, 2022
Hi,
I'm trying to create a mesh for a simple environment (i.e. playpen, ROS noetic and Gazebo). I used 10 pcd files (recorded using HDL-32E lidar) to create the mesh environment by using the following steps:

1- Remove radius outliers (nb_points=10, radius=0.8) from pcd files and save as ply files

2- Register ply files using point-to-plane ICP and pose graph optimization

3- Combine the ply files. Apparently, the combined cloud looks good (see combined_plys.png).

4- Reconstruct the mesh environment using poisson reconstruction (depth=14). The resultant mesh file shows a black rectangle only (see front.png). The flipped side show a kind of playpen environment but in bad look (see flipped.png). It is observed that the construction process generate a warning "Extract bad average roots: 21".

Could you guys suggest how to fix this issue? Thanks in advance

Combined pointcloud
![combined_plys](https://user-images.githubusercontent.com/49134588/161655145-3f06cb56-cc9c-4092-a89b-3649af5087cf.png)

Mesh Front
![front](https://user-images.githubusercontent.com/49134588/161655095-b38aaa01-beb2-49a9-b6d8-d6a835ce2ba1.png)

Mesh Flipped

![flipped](https://user-images.githubusercontent.com/49134588/161655178-6bc83a84-2c5c-459b-8ad6-50aa6a0bcb77.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.