Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 662 Bytes

File metadata and controls

17 lines (16 loc) · 662 Bytes

CS337_AI1

  • This is a project for cs337 in SJTU
  • Usage: learn from some tooth models and their standard transform matrices, automatically give idea on how to perform orthodontic.
  • To run the train model:
    • put the csv in the folder and set the path in loader.
    • put the data in the folder and set the path in loader.
    • configs are in config.py
    • type python3 train.py
  • Environment
    • Python3.6
    • TensorFlow, Numpy, csv...
  • Reference
  • Need to do:
    • We need more data to test if the model make sense...
    • More detailed hyper-parameter adjustment.