Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
### Weights for our trained ViT and SwinT
|
| 6 |
+
|
| 7 |
+
This is the weight file repository for MBZUAI 2024Spring CV703 Assignment 1, group member: Jinhong Wang, Jiantong Zhao, Zongfang Liu
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
Task1: Classification on CUB Dataset (100 classes)
|
| 12 |
+
|
| 13 |
+
Task2: Classification on CUB+FGVC Aircraft merged Dataset (300 classes)
|
| 14 |
+
|
| 15 |
+
Task3: Classification on FoodX Dataset (251 classes)
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
The training log of metrics, weight files are within the corresponding folders.
|