You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no error message , it will stuck whiling using Pool.
Expected behavior
no
Open3D, Python and System information
- Operating system: Ubuntu 20.04
- Python version: Python 3.8
- Open3D version: 0.18.0
- System architecture: x86
- Is this a remote workstation?: yes
- How did you install Open3D?: pip
- Compiler version (if built from source): gcc 7.5
Additional information
no
The text was updated successfully, but these errors were encountered:
Open3D uses multithreading. If you want to mix multiprocessing and multithreading in Python, you need to use forkserver or spawn methods for creating new processes, not the default 'fork'. See Python multiprocessing docs.
Checklist
main
branch).Describe the issue
I try to use pcd.estimate_normals and i want to use pool to accelerate. but it will stuck.
Steps to reproduce the bug
Error message
no error message , it will stuck whiling using Pool.
Expected behavior
no
Open3D, Python and System information
Additional information
no
The text was updated successfully, but these errors were encountered: