-
Notifications
You must be signed in to change notification settings - Fork 561
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
Translate transform for pointclouds #255
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: pushkalkatara <[email protected]>
Signed-off-by: pushkalkatara <[email protected]>
Signed-off-by: pushkalkatara <[email protected]>
The build is failing at weird error - /opt/conda/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
--
831 | #warning "Using deprecated NumPy API, disable it with " \
832 | ^
833 | imagecodecs/_aec.c:602:20: fatal error: libaec.h: No such file or directory
834 | compilation terminated.
835 | error: Setup script exited with error: command 'gcc' failed with exit status 1 maybe adding |
Hi @pushkalkatara , I think the error that you faced might be due to recent numpy release, we fixed it in #262 can you rebase and force push ? |
…to translatePC
Thanks for pointing out @Caenorst Now the build is passing :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your interest and contribution for Kaolin !
There are some comments that will need to be addressed, otherwise it's looking good ! :)
Signed-off-by: pushkalkatara <[email protected]>
Hi @Caenorst Thanks for the detailed review. I have made some changes in the recent commit and added questions as well. please review once again. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a little comment about examples
Signed-off-by: pushkalkatara <[email protected]>
Sorry, forgot to confirm the review :/ |
This PR solves issue #250