cluster_dbscan crashes on large clouds
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
**Describe the bug**
I have a bigger (4088000 points) point cloud; when I run a dbscan (params:2,90,True) on it, the python crashed without any error - in the system monitor, I see it works hard on each cores (~30-40 sec), then crashes. (In spyder, the ipython console crashes without any message).
I have tried to to update all (conda update --all), but it did not help.
**To Reproduce**
load a big point cloud
execute dbscan
**Environment (please complete the following information):**
- OS: Fedora 31
- Python version: 3.7.6
- Open3D version: 0.9.0
- Is this remote workstation?: no
- How did you install Open3D?: conda
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.