MeshMAE
MeshMAE copied to clipboard
MeshMAE: Masked Autoencoders for 3D Mesh Data Analysis
After training the "[Coseg alien dataset](http://irc.cs.sdu.edu.cn/~yunhai/public_html/ssl/ssd.htm)" i have the weight and test result like: `epoch: 0 test Loss: 0.1333 Acc: 0.9766 Best: 0.9766` but how can i visualize the result?
Hello! Can we use this model for a global regression task? If so, what changes would need to be mande? Thanks a lot in advance!
Hello, Sorry to bother you. How to install the chamfer_dist file?And, my program is running very slowly, but I don't know where I don't use the GPU, and the GPU...
I saw `chamfer_dist` folder, and `python setup.py --user` reported errors: ``` running install /home/yutianjiang/.conda/envs/python39/lib/python3.9/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer...