# FEC **Repository Path**: YaoFL/FEC ## Basic Information - **Project Name**: FEC - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-23 - **Last Updated**: 2024-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FEC: Fast Euclidean Clustering for Point Cloud Segmentation [![Open In Colab][image-1]][1] [![Binder][image-2]][2]

English / [简体中文]

这是**FEC**的 _唯一官方_ 代码仓。 代码仓永久保留在[here][3]. **每天都在完善中,敬请期待!** Segmentation from point cloud data is essential in many applications ,such as remote sensing, mobile robots, or autonomous cars. However, the point clouds captured by the 3D range sensor are commonly sparse and unstructured, challenging efficient segmentation. A fast solution for point cloud instance segmentation with small computational demands is lacking. To this end, we propose a novel fast Euclidean clustering (FEC) algorithm which applies a point-wise scheme over the cluster-wise scheme used in existing works. The proposed method avoids traversing every point constantly in each nested loop, which is time and memory-consuming. Our approach is conceptually simple, easy to implement (40 lines in C++), and achieves two orders of magnitudes faster against the classical segmentation methods while producing high-quality results. ## 维护 [@ YizhenLAO ][4] [@IfeiHsueh][5] ## License [MIT]()(LICENSE) © Yizhen LAO [1]: https://colab.research.google.com/github/bipinKrishnan/fastai_course/blob/master/bear_classifier.ipynb [2]: https://mybinder.org/v2/gh/bipinKrishnan/fastai_course/master [3]: https://github.com/YizhenLAO/FEC [4]: https://github.com/YizhenLAO [5]: https://github.com/IfeiHsueh [image-1]: https://colab.research.google.com/assets/colab-badge.svg [image-2]: https://mybinder.org/badge_logo.svg