loicland / superpoint_graph

Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I compile libply_c and libcp in docker?

garryz94 opened this issue · comments

Hi Loic, thanks for your brilliant work!
Now I want to run this code in nvidia-docker. But I have problems with compiling libply and libcp without anaconda. Do you know how to compile these two libraries in docker? Do I have to install ananconda in docker?

Hi,

sorry, I do not have experience with docker. As far as I know you do not need anaconda specifically to compile the c++ wrappers but only boost. Although virtual environments makes this easier for sure.

Hi,

sorry, I do not have experience with docker. As far as I know you do not need anaconda specifically to compile the c++ wrappers but only boost. Although virtual environments makes this easier for sure.

Thanks for your quick reply anyway! Hope someone with docker experience can help me out!