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

Add argparse and enable saving point coud as .npy files #1

Open
wants to merge 32 commits into
base: master
Choose a base branch
from

Conversation

yuqli
Copy link

@yuqli yuqli commented Apr 18, 2019

Simple changes include:

  1. add argparse in the main function to take input and output paths
  2. enable saving point cloud as .npy files
  3. commented out visualization of point cloud so the code can run on a headless server
  4. revise README.md to add usage

@yuqli
Copy link
Author

yuqli commented Apr 28, 2019

The old code hangs for some cases when the mesh only contains 2D surfaces. Modify the while loop to break when points threshold grows too high.

@yuqli
Copy link
Author

yuqli commented Apr 29, 2019

New changes today: add a timeout function with multiprocessing to handle ill cases

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

Successfully merging this pull request may close these issues.

None yet

2 participants