mtgv
/

Image Classification
mtgv commited on
Commit
b43f226
·
verified ·
1 Parent(s): f4ac0ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - imagenet-1k
5
+ - ade20k
6
+ metrics:
7
+ - accuracy
8
+ - mIoU
9
+ pipeline_tag: image-classification
10
  ---
11
+
12
+ # Pyramid-VisionLLaMA-L
13
+
14
+
15
+ # How to Use
16
+
17
+ Please refer the [Github](https://github.com/Meituan-AutoML/VisionLLaMA) page for usage.
18
+
19
+ # Citation
20
+
21
+ ```
22
+ @article{chu2024visionllama,
23
+ title={VisionLLaMA: A Unified LLaMA Interface for Vision Tasks},
24
+ author={Chu, Xiangxiang and Su, Jianlin and Zhang, Bo and Shen, Chunhua},
25
+ journal={arXiv preprint arXiv:2403.00522},
26
+ year={2024}
27
+ }
28
+ ```