Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 484 Bytes

File metadata and controls

9 lines (7 loc) · 484 Bytes

ec523project

Final Project for EC523 Deep Learning

The data with one hot coding for all plant type datasets(PTD) is stored as formal data

  • The folder contains 3 subdir, including training, testing, and validation
  • In each subdir, there are images and a csv contains: path of image, label, one-hot encoding

The ResNet folder contains application of traditional ResNet trained on Plant Type Dataset. The Vit_S16.py is the implementation code for Vision Transformer on the dataset