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