Rana Hanocka

Results 90 comments of Rana Hanocka

Cool. The mesh that you sent is indeed watertight manifold. Are you referring to a different mesh you did not send? So the network pooling can technically handle meshes with...

Nice, it sounds like an interesting application. So about the padded edges, they are place holders which are removed in the pooling layers. Take your example, a mesh with 1125...

Hi @piyush-bagad , It seems you need update the conda package manager (which is a good idea in general). I think if you run this `conda update -c defaults conda`...

Hi @piyush-bagad , So it seems you are using a mac, which according to the pytorch3d [installation instructions](https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md#2-install-without-cuda-support-from-pypi-on-linux-and-mac) should be done with `pip`. Unfortunately, I don't have a mac so...

Hi @pocaha (and @piyush-bagad ), I think it may be an issue with pytorch [e.g.,](https://github.com/facebookresearch/pytorch3d/issues/40#issuecomment-604570709). Maybe you can try installing the nightly version . With conda : `conda install -c...

Hi @miaoqiz -- Did you install the manifold software if so where did you install it? If it is in a different location than `~/code/Manifold/build/manifold` Then you should change line...

Hi @hhf-hd , It seems that the environment was not properly installed for some reason. Yes, this code uses GPU by default (if it exists). Did you install the environment...

Hi @RaoHaocheng , So it seems the issue is with the pytorch3D installation (there is no cuda...). Are you using a windows machine? Maybe you can try the steps listed...

@RaoHaocheng Also, you might want to try with PyTorch 1.4 instead of 1.5 (it seems that 1.5 might require cuda 10.2?). Did you try installation from the conda env like...

Hi @hhf-hd , Yes, we did compare to Poisson reconstruction (you can see the details in the paper). In general, Poisson reconstruction is probably the most common technique for surface...