# binPicking_3dseg **Repository Path**: sun_6s/binPicking_3dseg ## Basic Information - **Project Name**: binPicking_3dseg - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2021-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## bin picking use 3d seg and super4pcs This repo is separated from 6d pose repo, because ori repo is too big to deploy. Briefly speaking, we seg the point cloud by convex criteria (any point's tangent plane is not intersected with cloud), then use super4pcs to find 6d pose. We try ICP also but not help. Seg costs 0.3s, and pcs costs 1s for 1 obj. [a blog in chinese](https://zhuanlan.zhihu.com/p/36419676) Following are our current test result: ![test_seg](test/2/test_seg_result.png) ![pcs](test/2/test_seg_pcs.png) to do: real test for bin picking