TODO

  • Set up the pages
  • Datasets
    • SHREC17 / DHG1428
    • NTU60 / NTU120
      • Download and docs
      • Generate XYZ poses and/or WXYZ orientations
      • Load XYZ poses and/or WXYZ orientations
      • Generate XYZ poses and/or WXYZ orientations as images
      • Load XYZ poses and/or WXYZ orientations as images
  • Models
    • Classifier
      • Write model for temporal classification
    • GAN
      • Write models for a vanilla GAN: G and D
    • VAE
  • Training
    • General
      • Write matplotlib 2D
      • Write matplotlib 3D
      • Write logger/tensorboard
      • Write model checkpoints
        • I/O
    • GAN
      • Write a vanilla GAN training loop
      • Test it
      • Write a conditional GAN training loop
      • Test it