MeshNet
MeshNet copied to clipboard
MeshNet: Mesh Neural Network for 3D Shape Representation (AAAI 2019)
Can you explain a little bit more about how to convert .off to .obj ? I'm trying to use other dataset ( [Princeton Segmentation Benchmark](https://segeval.cs.princeton.edu/public/Download/MeshsegBenchmark-1.0-full.zip) ) in this model. Thanks...
Could you please tell me which method you used for simplifying the mesh data to exact 1024 faces? I cannot find a tool or library to reduce the number of...
If the dataset has the same neighbor_index, will it affect the classification results?
Do I understand correctly that meshNet is designed to handle fixed number of faces and cannot handle varying sizes of the input 3d model? Meaning every input muse be preprocessed...
I cannot access the pre-trained model. Would it be possible to share it? The link does not work.
Can you provide the Manifold40 dataset? The link is unavailable.
Hello author, thank you very much for your open source spirit and excellent work on the Meshnet model. I have a small question, how is the generation of the Figure...
Hello all, The pretrained model link is not working, any idea ?
Hi, the link to your pre-processed dataset doesn't work anymore (https://cloud.tsinghua.edu.cn/f/77436a9afd294a52b492/?dl=1) `wget --content-disposition https://cloud.tsinghua.edu.cn/f/77436a9afd294a52b492/?dl=1 ` Could you please provide a new one ? Thanks
Bumps [torch](https://github.com/pytorch/pytorch) from 1.8.0 to 2.2.0. Release notes Sourced from torch's releases. PyTorch 2.2: FlashAttention-v2, AOTInductor PyTorch 2.2 Release Notes Highlights Backwards Incompatible Changes Deprecations New Features Improvements Bug fixes...