Skip to content

Commit 7835690

Browse files
authored
Merge pull request #17 from OpenGVLab/release
Update VisionLLMv2
2 parents 028f8b3 + 300d5e3 commit 7835690

File tree

299 files changed

+65520
-140
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+65520
-140
lines changed

VisionLLMv2/README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,31 @@ VisionLLM v2
4646

4747
<img src='assets/vis_gen_edit.png' align="center" width="80%">
4848

49+
## 🚩 Model Zoo
50+
51+
In the following table, we provide the link for VisionLLMv2.
52+
53+
| Model Name | Vision Part | Language Part | HF Link | size |
54+
| :-------------: | :-------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------: | :---------------------------------------------------------: | :----: |
55+
| VisionLLMv2 | [clip-vit-large](https://huggingface.co/openai/clip-vit-large-patch14) | [vicuna-7b-v1.5](https://huggingface.co/lmsys/vicuna-7b-v1.5) | [🤗 link](https://huggingface.co/OpenGVLab/VisionLLMv2) | 7B |
56+
57+
Please follow the [model preparation](docs/model.md) to prepare the model.
58+
59+
60+
61+
62+
63+
## 📕 Documents
64+
65+
- **Installation**: [Installation Guide](docs/install.md)
66+
- **Evaluation Data Preparation**: [Image-Level VQA](docs/data_image-vqa.md) | [Region-Level VQA](docs/data_region-vqa.md) | [Object Detection](docs/data_det.md) | [Pose Estimation](docs/data_pose.md)
67+
- **Evaluation**: [Image-Level VQA](docs/eval_image-vqa.md) | [Region-Level VQA](docs/eval_region-vqa.md) | [Object Detection](docs/eval_det.md) | [Pose Estimation](docs/eval_pose.md)
4968

5069
## 🗓️ Schedule
5170

5271
- [ ] Add Hugging Face Demo
53-
- [ ] Release Training Code
54-
- [ ] Release Model Checkpoints
72+
- [x] Release Training Code
73+
- [x] Release Model Checkpoints
5574
- [x] Release Evaluation Code
5675
- [x] Release Model Code
5776

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__author__ = 'tylin'

0 commit comments

Comments
 (0)