rehg-lab / 3DShapeGen

Code for 3D Reconstruction of Novel Object Shapes from Single Images paper
MIT License
123 stars 19 forks source link

General Information #2

Closed janbechtold closed 3 years ago

janbechtold commented 3 years ago

Hi again,

I have some general questions about the repo:

Best regards, Jan

ngailapdi commented 3 years ago

Hi Jan, Thanks for your questions. Please see the responses below. 1) We train our network with batch size 128 on 2 GPU's. Each should consume around 8-9GB. I'm not sure if you get CUDA out of mem error during training or validation. You might want to reduce the batch size of validation if it happens during validation. 2) Yes the 2.5D estimation network should be in GenRe-ShapeHD/networks/ 3) Generally speaking we don't need 2 marching cube libraries. The one we are using is SDFNet/isosurface. The other package consists of multiple other libraries such as KDTree for computing Chamfer distance along with the libmcubes so we just included everything.

ngailapdi commented 3 years ago

Hi Jan,

Just a follow up to see if everything works well for you. If it does should we close this issue?

Thanks

janbechtold commented 3 years ago

Yes we can close this issue, thanks for your comments.