OpenGVLab/AS-V2
收藏资源简介:
--- license: apache-2.0 --- # The All-Seeing Project V2 We release the training data utilized for the All-Seeing Project V2 in this repository. - `llava_v1_5_mix665k_asmv2_format.json`: the instruction tuning data used in Stage 1. - `as_pretrain_10m.json`: the filtered 10M samples in AS-1B, which are used in the pretraining phase of Stage 2. - `as_mix_4m.json`: the instruction tuning data used in Stage 2. - `rec_conversation_22k.json`: the conversation data of AS-V2. - `rec_detailed_description.json`: the detailed description data of AS-V2. - `rec_region_captioning.json`: the region description data of AS-V2. ***NOTE***: - AS-V2 has been intergrated into `as_mix_4m.json`. - the bounding boxes in `rec_conversation_22k.json`, `rec_detailed_description.json`, and `rec_region_captioning.json` have been preprocessed to fit square pad. See `rec_conversation_22k_wo_square_pad.json`, `rec_detailed_description_wo_square_pad.json`, and `rec_region_captioning_wo_square_pad.json` for data without square pad preprocess. See our [paper](https://arxiv.org/abs/2402.19474) and [projects](https://github.com/OpenGVLab/all-seeing) for more details! # Citation If you find our work useful in your research, please consider cite: ```BibTeX @article{wang2023allseeing, title={The All-Seeing Project: Towards Panoptic Visual Recognition and Understanding of the Open World}, author={Wang, Weiyun and Shi, Min and Li, Qingyun and Wang, Wenhai and Huang, Zhenhang and Xing, Linjie and Chen, Zhe and Li, Hao and Zhu, Xizhou and Cao, Zhiguo and others}, journal={arXiv preprint arXiv:2308.01907}, year={2023} } @article{wang2024allseeing_v2, title={The All-Seeing Project V2: Towards General Relation Comprehension of the Open World}, author={Wang, Weiyun and Ren, Yiming and Luo, Haowen and Li, Tiantong and Yan, Chenxiang and Chen, Zhe and Wang, Wenhai and Li, Qingyun and Lu, Lewei and Zhu, Xizhou and others}, journal={arXiv preprint arXiv:2402.19474}, year={2024} } ```
--- 许可证:Apache-2.0 --- # 全视项目V2(The All-Seeing Project V2) 本仓库发布了全视项目V2训练所用的数据集。 - `llava_v1_5_mix665k_asmv2_format.json`:阶段1指令微调所用的数据集。 - `as_pretrain_10m.json`:AS-1B中经过筛选的1000万条样本,用于阶段2的预训练阶段。 - `as_mix_4m.json`:阶段2指令微调所用的数据集。 - `rec_conversation_22k.json`:AS-V2的对话数据集。 - `rec_detailed_description.json`:AS-V2的详细描述数据集。 - `rec_region_captioning.json`:AS-V2的区域描述数据集。 ***注意事项***: - AS-V2已整合至`as_mix_4m.json`中。 - `rec_conversation_22k.json`、`rec_detailed_description.json`和`rec_region_captioning.json`中的边界框(bounding box)已完成预处理,以适配方形填充格式。如需获取未经方形填充预处理的原始数据,请参阅`rec_conversation_22k_wo_square_pad.json`、`rec_detailed_description_wo_square_pad.json`和`rec_region_captioning_wo_square_pad.json`。 如需了解更多细节,请查阅我们的[论文](https://arxiv.org/abs/2402.19474)与[项目仓库](https://github.com/OpenGVLab/all-seeing)! ## 引用 若您在研究中使用了本项目的成果,请考虑引用以下文献: BibTeX @article{wang2023allseeing, title={The All-Seeing Project: Towards Panoptic Visual Recognition and Understanding of the Open World}, author={Wang, Weiyun and Shi, Min and Li, Qingyun and Wang, Wenhai and Huang, Zhenhang and Xing, Linjie and Chen, Zhe and Li, Hao and Zhu, Xizhou and Cao, Zhiguo and others}, journal={arXiv preprint arXiv:2308.01907}, year={2023} } @article{wang2024allseeing_v2, title={The All-Seeing Project V2: Towards General Relation Comprehension of the Open World}, author={Wang, Weiyun and Ren, Yiming and Luo, Haowen and Li, Tiantong and Yan, Chenxiang and Chen, Zhe and Wang, Wenhai and Li, Qingyun and Lu, Lewei and Zhu, Xizhou and others}, journal={arXiv preprint arXiv:2402.19474}, year={2024} }
The All-Seeing Project V2 数据集概述
数据文件
llava_v1_5_mix665k_asmv2_format.json: 用于阶段1的指令调优数据。as_pretrain_10m.json: 用于阶段2预训练阶段的AS-1B过滤后的1000万样本。as_mix_4m.json: 用于阶段2的指令调优数据。rec_conversation_22k.json: AS-V2的对话数据。rec_detailed_description.json: AS-V2的详细描述数据。rec_region_captioning.json: AS-V2的区域描述数据。
注意事项
- AS-V2已集成到
as_mix_4m.json中。 rec_conversation_22k.json、rec_detailed_description.json和rec_region_captioning.json中的边界框已预处理为方形填充。未进行方形填充预处理的数据文件为rec_conversation_22k_wo_square_pad.json、rec_detailed_description_wo_square_pad.json和rec_region_captioning_wo_square_pad.json。




