file structure:
root/
βββ input/
β βββ Tulsi-1/ # Dataset folder
β βββ train/
β β βββ Bacterial/
β β βββ Fungal/
β β βββ Healthy/
β β βββ Pests/
β βββ valid/
β β βββ Bacterial/
β β βββ Fungal/
β β βββ Healthy/
β β βββ Pests/
β βββ README.dataset.txt
β βββ README.roboflow.txt
βββ src/
βββ datasets.py
βββ inference.py
βββ model.py
βββ train.py
βββ utils.py
The files inside src are sourced from: debuggercafe.com following their tutorials for finetuning swin-transformers for Image classification
- Downloads last month
- -
Model tree for Subh775/Swim-Transformers-ep15
Base model
microsoft/swin-tiny-patch4-window7-224