VimsLab / MeshNet2

17 stars 2 forks source link

When will the codes come? #1

Open liang3588 opened 2 years ago

kajalsanklecha commented 2 years ago

Any updates on the code availability?

vinitveersingh commented 2 years ago

I am working on providing clean code and installation support for users with any level of experience with deep learning. However, for now, I am putting the exact code we submitted to the conference here: https://drive.google.com/file/d/1_op6PsqTeFPgOWdueYQZ8DiUwACIu3MP/view?usp=sharing. To install the deep learning and mesh processing libraries, refer to our related project: https://github.com/VimsLab/DMC. However, you might need to install other remaining libraries on your own now. After installation, you can run the following command: python train_val.py SHREC11 10-10_A. You will have to wait for training on the decimated MSB, 3D-FUTURE, ModelNet10, and ModelNet40 data sets for now. They require additional permission and/or proper citation before releasing them GitHub. However, you can get hold of the SHREC-11 and Cube Engraving data sets on the MeshCNN or the MeshWalker GitHub page and preprocess them with preprocess.py before training.