Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pybelnsor with configurable simulation stages #1

Open
chenzhaiyu opened this issue Sep 23, 2022 · 0 comments
Open

pybelnsor with configurable simulation stages #1

chenzhaiyu opened this issue Sep 23, 2022 · 0 comments
Assignees

Comments

@chenzhaiyu
Copy link
Owner

Current behavior:

### convert base meshes to ply
Running loop for <function _convert_mesh at 0x7fbfcbd19d30> with 760 calls on 40 subprocess workers
### clean mesh
Running loop for <function _clean_mesh at 0x7fbfc7943700> with 760 calls on 40 subprocess workers
### scale and translate mesh
Running loop for <function _normalize_mesh at 0x7fbfc80309d0> with 760 calls on 40 subprocess workers
### sample with Blensor
Running loop for <function mp_worker at 0x7fbf51b749d0> with 760 calls on 40 subprocess workers
### convert pcd to pts
Running loop for <function _pcd_files_to_pts at 0x7fbfc7943430> with 760 calls on 40 subprocess workers
### make query points, calculate signed distances
### get query points
Running loop for <function _get_and_save_query_pts at 0x7fbfc7943ee0> with 760 calls on 40 subprocess workers

Expected behavior:
Allowing execution of specific stages, e.g., without query points.

@chenzhaiyu chenzhaiyu self-assigned this Sep 23, 2022
@chenzhaiyu chenzhaiyu changed the title pbelnsor with configurable simulation stages pybelnsor with configurable simulation stages Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant