Rana Hanocka
Rana Hanocka
Hi @sana-aroua , That is weird. First of all, please delete the meshes in the cache folder (or simply rename the mesh) and re-try. If that still doesn't work try...
Hi @sunhuaiqiang , I have actually not tried to run this code on multiple GPUs, I will try to look into fixing it.
Hi @ismaelGomez87 , What is the resolution (how many edges) are in your meshes? The issue is that the network is running out of edges to collapse, notice the error...
Hi @ismaelGomez87 , >My meshes have 480 edges each. I could augment the resolution but not reduce it. I defined my --pool_res argument accordingly: > > `--pool_res 240 120 60...
Hi @ptotikj , Yes, it is not a problem to change the input features. To add different features, see my reply in this thread: https://github.com/ranahanocka/MeshCNN/issues/62#issuecomment-593124691 , where I gave an...
Hi @shshwdr , Yes I didn't include this functionality, I probably should have. Currently, the ground-truth seg files are used to calculate the test accuracy. So, I think the easiest...
> I tried to find a object with 2259 edges and set the ninput_edges to 2259, pool_res to 1800 1350 600 > and get the result. > But the result...
Hi @DandiC -- did you check if your mesh is non-manifold? A simple way to do that is described [here](https://github.com/ranahanocka/MeshCNN/issues/7#issuecomment-519205803).
Hi, In general the code is more reliable than this table (and there is a typo in the table). The convolutions listed in the Table look correct since: https://github.com/ranahanocka/MeshCNN/blob/15b83cc6a4db968baf6cf595df78995a9c2dcee3/scripts/human_seg/train.sh#L9 So...
Hi @lanzithinking , I think it should be possible, but I am not clear on all the details. Can you give more information about what exactly is the input and...