The requirements for running this notebook are the following:
- Python >= 3.6
- openvsp python
- pymeshlab
- pygem
- scipy
- numpy
- tqdm
- matplotlib
- polyscope
- Tensorflow 2.5 or higher
- spektral
Since this code generates a random set of data we have uploaded the data we are using at this time it can be found here. For training either generate a npy file using Dataset Generation.ipynb or download and place our file in the same folder.
The code can be found in two notebooks, Dataset Generation.ipynb includes the code for dataset generation and Training.ipynb has the model training and evaluation.