mcmingchang

Results 22 comments of mcmingchang

![1](https://user-images.githubusercontent.com/37234299/178456041-d2166556-d36b-453b-b323-47eb79267439.png)

[1.zip](https://github.com/isl-org/Open3D/files/9098034/1.zip) This is my data

This is my solution def inverse_matrix(m): m_np = np.array(m) m_np_inv = np.linalg.inv(m_np) return m_np_inv import trimesh mat, whd = trimesh.bounds.oriented_bounds(np.array(inlier_cloud.points)) mat_inv = inverse_matrix(mat) bbox = trimesh.creation.box(whd, mat_inv) new_obb = o3d.utility.Vector3dVector(np.array(bbox.vertices))...

![微信图片_20220819164859](https://user-images.githubusercontent.com/37234299/185581927-044ff946-215e-4d2e-8acd-f3c282f486ec.jpg) ![微信图片_20220819164852](https://user-images.githubusercontent.com/37234299/185581936-9a47d5d2-9215-4891-b420-5236318d0cac.jpg) The panoramic segmentation effect is good, but the instance segmentation effect is obviously poor. I don't know if the object is too small

model: channels: 32 num_blocks: 7 semantic_classes: 6 instance_classes: 6 sem2ins_classes: [] semantic_only: False # T为预训练 ignore_label: -100 grouping_cfg: score_thr: 0.2 radius: 0.04 # 用于分组的K近邻的搜索半径。 越精细越小 与scale有关 mean_active: 500 # 用于约束K-NN后的总大小...

![微信截图_20220820113056](https://user-images.githubusercontent.com/37234299/185727361-f1b4c511-f39d-47a5-8559-e9c0ad01ac92.png) ![微信截图_20220820113005](https://user-images.githubusercontent.com/37234299/185727363-ca529d55-5ad6-41e0-b6bc-deea73d13dc6.png) semantic_labels and instance_labels

the black points are invalid,should I add a forecast category?

How can I optimize the recognition the small facets in instance segmentation

x4_split will affect the prediction accuracy?

But I have some big data,can it be converted to CPU calculation?