Commit ·
f13b374
1
Parent(s): 9b342e6
Update README.md
Browse files
README.md
CHANGED
|
@@ -50,31 +50,30 @@ Model is finetuned on the dataset for four epochs
|
|
| 50 |
|
| 51 |
## Evaluation results
|
| 52 |
|
| 53 |
-
|
| 54 |
|
| 55 |
|
| 56 |
### BibTeX entry and citation info
|
| 57 |
|
| 58 |
```bibtex
|
| 59 |
-
@
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
|
|
|
|
|
|
| 75 |
}
|
| 76 |
```
|
| 77 |
|
| 78 |
-
<a href="https://huggingface.co/exbert/?model=bert-base-cased">
|
| 79 |
-
<img width="300px" src="https://cdn-media.huggingface.co/exbert/button.png">
|
| 80 |
-
</a>
|
|
|
|
| 50 |
|
| 51 |
## Evaluation results
|
| 52 |
|
| 53 |
+
Model acheived an Top-1 accuracy of 0.929.
|
| 54 |
|
| 55 |
|
| 56 |
### BibTeX entry and citation info
|
| 57 |
|
| 58 |
```bibtex
|
| 59 |
+
@misc{wu2020visual,
|
| 60 |
+
title={Visual Transformers: Token-based Image Representation and Processing for Computer Vision},
|
| 61 |
+
author={Bichen Wu and Chenfeng Xu and Xiaoliang Dai and Alvin Wan and Peizhao Zhang and Zhicheng Yan and Masayoshi Tomizuka and Joseph Gonzalez and Kurt Keutzer and Peter Vajda},
|
| 62 |
+
year={2020},
|
| 63 |
+
eprint={2006.03677},
|
| 64 |
+
archivePrefix={arXiv},
|
| 65 |
+
primaryClass={cs.CV}
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
@INPROCEEDINGS{9816335,
|
| 69 |
+
author={Choumos, George and Koukos, Alkiviadis and Sitokonstantinou, Vasileios and Kontoes, Charalampos},
|
| 70 |
+
booktitle={2022 IEEE 14th Image, Video, and Multidimensional Signal Processing Workshop (IVMSP)},
|
| 71 |
+
title={Towards Space-to-Ground Data Availability for Agriculture Monitoring},
|
| 72 |
+
year={2022},
|
| 73 |
+
volume={},
|
| 74 |
+
number={},
|
| 75 |
+
pages={1-5},
|
| 76 |
+
doi={10.1109/IVMSP54334.2022.9816335}
|
| 77 |
}
|
| 78 |
```
|
| 79 |
|
|
|
|
|
|
|
|
|