Results 14 issues of Liu Minghua

Please add the work: code: https://github.com/Colin97/Point2Mesh paper: https://arxiv.org/pdf/2007.09267.pdf

In algorithm.cpp, the comments said that: ``` /** \brief Set the level of discretization used by the solver. * * If is zero, will attempt to detect automatically the most...

Thanks for the great work! Since it's not found in your paper, may I know your separate results (for each category) on SemanticKitti validation set? It would be very helpful...

If you are looking for EMD of dense point clouds (with over 10,000 points) and large batch size, please check our implementation: https://github.com/Colin97/MSN-Point-Cloud-Completion

If you are looking for EMD of dense point clouds (with over 10,000 points) and large batch size, please check our implementation: https://github.com/Colin97/MSN-Point-Cloud-Completion

When building a material atlas, it's common to have negative UV coordinates (e.g., in ShapeNet dataset). Existing options (texture_wrap="repeat", texture_wrap="clamp", texture_map=None) may fail to produce correct textures. Failure case 1:...

CLA Signed

If you are looking for EMD of dense point clouds (with over 10,000 points) and large batch size, please check our implementation: https://github.com/Colin97/MSN-Point-Cloud-Completion

Thanks for the great work. It seems that the released model is trained on the ADE dataset. If we want to test on other text descriptions (classes), we must re-train...

I followed the instruction to train the topnet for 300 epochs using the data provided. However, the results don't seem as good as the paper presents. Could you please provide...

Hi, Thanks for the great work. If we want to adapt the method to object part segmentation (e.g., ShapeNet and PartNet), could you please help to point out which code...