Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Trained Weights(Model Card) of GPT4Scene
|
6 |
+
|
7 |
+
## 🏠 Overview
|
8 |
+
|
9 |
+
This dataset card is for the **GPT4Scene** project. You can see the more information below.
|
10 |
+
- **Github Code**: [Link to Github](https://github.com/Qi-Zhangyang/GPT4Scene)
|
11 |
+
- **Arxiv Paper**: [Link to Arxiv](https://arxiv.org/abs/2501.01428)
|
12 |
+
- **Project Page**: [Link to Project](https://gpt4scene.github.io/)
|
13 |
+
|
14 |
+
## 🤗 Hugging Face
|
15 |
+
| Function | Huggingface Link |
|
16 |
+
| ---------------------| -------------------- |
|
17 |
+
| **Validation Dataset** | [alexzyqi/GPT4Scene-Val-Dataset](https://huggingface.co/datasets/alexzyqi/GPT4Scene-Val-Dataset) |
|
18 |
+
| **Validation Annotations** | [alexzyqi/GPT4Scene-Val-Annotation](https://huggingface.co/datasets/alexzyqi/GPT4Scene-Val-Annotation) |
|
19 |
+
| **Pretrain Models** | [Qwen/Qwen2-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) |
|
20 |
+
| **Trained Weights** | [alexzyqi/GPT4Scene-qwen2vl_full_sft_mark_32_3D_img512](https://huggingface.co/alexzyqi/GPT4Scene-qwen2vl_full_sft_mark_32_3D_img512) |
|
21 |
+
|
22 |
+
|
23 |
+
## ⚖️ License
|
24 |
+
|
25 |
+
This repository is licensed under the Apache-2.0.
|
26 |
+
|
27 |
+
This repo benefits from [LLaMA-Factory](https://github.com/hiyouga/LLaMA-Factory/), [Chat-Scene](https://github.com/ZzZZCHS/Chat-Scene). Thanks for their wonderful works.
|
28 |
+
|
29 |
+
## 🔗 Citation
|
30 |
+
|
31 |
+
If this work is helpful, please kindly cite as:
|
32 |
+
|
33 |
+
```bibtex
|
34 |
+
@article{GPT4Scene,
|
35 |
+
title={GPT4Scene: Understand 3D Scenes from Videos with Vision-Language Models},
|
36 |
+
author={Zhangyang Qi and Zhixiong Zhang and Ye Fang and Jiaqi Wang and Hengshuang Zhao},
|
37 |
+
journal={arXiv:2501.01428},
|
38 |
+
year={2025}
|
39 |
+
}
|
40 |
+
```
|