AutodeskAILab / UV-Net

Code for UV-Net: Learning from Boundary Representations, CVPR 2021.
MIT License
94 stars 16 forks source link

Processing own STEP data #12

Closed pradeep-pyro closed 2 years ago

pradeep-pyro commented 2 years ago

This PR (finally) merges the code for processing custom STEP data into the DGL bin format understood by UV-Net. Additionally, added seed_everything to the training scripts and sync_dist to the logging to support multi-GPU training.