AutodeskAILab / UV-Net

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

Training SolidLetters in Python 3.9.5 fails #2

Closed weshoke closed 3 years ago

weshoke commented 3 years ago
python --version
Python 3.9.5

Command:

 python .\classification.py train --dataset solidletters --dataset_path .\data\SolidLetters\ --epochs 100 --batch_size 64

Error:

Traceback (most recent call last):
  File "C:\Users\wesle\UV-Net\classification.py", line 48, in <module>
    model = Classification(num_classes=Dataset.num_classes())
pradeep-pyro commented 3 years ago

Fixed in #3