An open API service indexing awesome lists of open source software.

https://github.com/meiqua/binpicking_3dseg

separate from 6dpose repo for deployment
https://github.com/meiqua/binpicking_3dseg

3d-segmentation pose-estimation

Last synced: about 1 year ago
JSON representation

separate from 6dpose repo for deployment

Awesome Lists containing this project

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