Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ The goal of the competition was to apply novel approaches to achieve the highest
|
|
| 40 |
We were given a labeled dataset of 3,926 images and an unlabeled dataset of 4,000 test images.
|
| 41 |
Out of 32 groups and 1,083 submissions, we achieved the #1 accuracy on the test set with a score of 0.87950.
|
| 42 |
|
| 43 |
-
|
| 44 |
The model we are finetuning, microsoft/swin-large-patch4-window12-384-in22k, was pre-trained on imagenet-21k, see https://huggingface.co/microsoft/swin-large-patch4-window12-384-in22k.
|
| 45 |
|
| 46 |
#### Preprocessing
|
|
@@ -71,10 +71,15 @@ We finetuned the model on 3533 samples of the labeled dataset we were given, str
|
|
| 71 |
|
| 72 |
*parameters were intentionally left out because of poor results
|
| 73 |
|
| 74 |
-
|
| 75 |
The evaluation data is a subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011
|
| 76 |
We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.
|
| 77 |
|
| 78 |
#### Testing Data
|
| 79 |
|
| 80 |
The testing data is a subset of an unlabeled subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011 of 4000 images.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
We were given a labeled dataset of 3,926 images and an unlabeled dataset of 4,000 test images.
|
| 41 |
Out of 32 groups and 1,083 submissions, we achieved the #1 accuracy on the test set with a score of 0.87950.
|
| 42 |
|
| 43 |
+
### Training Details
|
| 44 |
The model we are finetuning, microsoft/swin-large-patch4-window12-384-in22k, was pre-trained on imagenet-21k, see https://huggingface.co/microsoft/swin-large-patch4-window12-384-in22k.
|
| 45 |
|
| 46 |
#### Preprocessing
|
|
|
|
| 71 |
|
| 72 |
*parameters were intentionally left out because of poor results
|
| 73 |
|
| 74 |
+
### Evaluation Data
|
| 75 |
The evaluation data is a subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011
|
| 76 |
We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.
|
| 77 |
|
| 78 |
#### Testing Data
|
| 79 |
|
| 80 |
The testing data is a subset of an unlabeled subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011 of 4000 images.
|
| 81 |
+
|
| 82 |
+
### Poster
|
| 83 |
+
|
| 84 |
+

|
| 85 |
+
|