-
Notifications
You must be signed in to change notification settings - Fork 331
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
Create Dockerfile #92
base: main
Are you sure you want to change the base?
Conversation
Hey I was implementing point clouds in for a tool I'm working on. And This repo was one of the easier looking ones to run. Thanks for putting so much in the README. Your paper is very intereseting. Interesting how it works across a wide range of inputs. I made a docker filer that worked well for me. Maybe others would find it useful.
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
If you want to see your 3d segmentation example rendered, I've got it here. Will be a bit more clear once I split the batch. Still working through that if you have any ideas. |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Unfortunately, this doesn't work for me. It gets stuck in the middle of building the docker image. Specifically, installing the anaconda part. It is using Anaconda2, maybe we should wget Anaconda3 |
I run the command
|
|
||
RUN apt-get install git -y | ||
|
||
UN apt-get install libsparsehash-dev |
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.
UN
should be corrected to RUN
Hey I was implementing point clouds in for a tool I'm working on. And This repo was one of the easier looking ones to run. Thanks for putting so much in the README. Your paper is very intereseting. Interesting how it works across a wide range of inputs.
I made a docker filer that worked well for me. Maybe others would find it useful.