EdwardSmith1884 / GEOMetrics

Repo for the paper "GEOMetrics: Exploiting Geometric Structure for Graph-Encoded Objects"
MIT License
117 stars 12 forks source link

Dockerfile available? #15

Closed KunalMGupta closed 4 years ago

KunalMGupta commented 4 years ago

I wish to run your code inside kubernete containers. Is there a dockerfile available to run GEOMetrics?

Thanks

EdwardSmith1884 commented 4 years ago

Sorry there is no dockerfile available. I am not familiar with kubernete containers, is there something preventing you from using the code directly within them?

KunalMGupta commented 4 years ago

Hi. Actually the data preparation scripts require blender which I am not able to run inside a container. Is there some other way to do data preparation which can work inside containers? Or is it possible to access the preprocessed data?

Thanks.

EdwardSmith1884 commented 4 years ago

Ah I see the problem. I would just say avoid the blender processing here, as it is only required for using the latent loss, which is turned off by default anyway.