Voxel51/VisDrone2019-DET
收藏资源简介:
--- annotations_creators: [] language: en license: cc-by-sa-3.0 task_categories: - object-detection task_ids: [] pretty_name: VisDrone2019-DET tags: - fiftyone - image - object-detection dataset_summary: >  This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 8629 samples. ## Installation If you haven't already, install FiftyOne: ```bash pip install -U fiftyone ``` ## Usage ```python import fiftyone as fo import fiftyone.utils.huggingface as fouh # Load the dataset dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET") ## Or just load the first 1000 samples ## dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET", max_samples=1000) # Launch the App session = fo.launch_app(dataset) ``` size_categories: - 1K<n<10K --- # Dataset Card for VisDrone2019-DET  This is a [FiftyOne](https://github.com/voxel51/fiftyone) version of the VisDrone2019-DET dataset with 8629 samples. ## Installation If you haven't already, install FiftyOne: ```bash pip install -U fiftyone ``` ## Usage ```python import fiftyone as fo import fiftyone.utils.huggingface as fouh # Load the dataset # Note: other available arguments include 'max_samples', 'persistent`, 'overwrite' etc dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET") # Launch the App session = fo.launch_app(dataset) ``` ## Dataset Details ### Dataset Description <!-- Provide a longer summary of what this dataset is. --> - **Curated by:** AISKYEYE team at the Lab of Machine Learning and Data Mining, Tianjin University, China - **Language(s) (NLP):** en - **License:** cc-by-sa-3.0 ### Dataset Sources <!-- Provide the basic links for the dataset. --> - **Repository:** https://github.com/VisDrone/VisDrone-Dataset - **Paper:** [Detection and Tracking Meet Drones Challenge](https://arxiv.org/abs/2001.06303) ## Dataset Structure ```plaintext Name: VisDrone2019-DET Media type: image Num samples: 8629 Persistent: False Tags: [] Sample fields: id: fiftyone.core.fields.ObjectIdField filepath: fiftyone.core.fields.StringField tags: fiftyone.core.fields.ListField(fiftyone.core.fields.StringField) metadata: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.metadata.ImageMetadata) ground_truth: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Detections) ``` The dataset has 3 splits: "train", "val", and "test". Samples are tagged with their split. ## Dataset Creation Created by the AISKYEYE team at the Lab of Machine Learning and Data Mining, Tianjin University, China. ### Source Data #### Who are the source data producers? The VisDrone Dataset is a large-scale benchmark created by the AISKYEYE team at the Lab of Machine Learning and Data Mining, Tianjin University, China. It contains carefully annotated ground truth data for various computer vision tasks related to drone-based image and video analysis. #### Personal and Sensitive Information The authors of the dataset have done their best to exclude identifiable information from the data to protect privacy. If you find your vehicle or personal information in this dataset, please [contact them](tju.drone.vision@gmail.com) and they will remove the corresponding information from their dataset. They are not responsible for any actual or potential harm as the result of using this dataset. <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. --> ## Citation **BibTeX:** ```bibtex @ARTICLE{9573394, author={Zhu, Pengfei and Wen, Longyin and Du, Dawei and Bian, Xiao and Fan, Heng and Hu, Qinghua and Ling, Haibin}, journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, title={Detection and Tracking Meet Drones Challenge}, year={2021}, volume={}, number={}, pages={1-1}, doi={10.1109/TPAMI.2021.3119563}} ``` ## Copyright Information The copyright of the [VisDrone dataset](https://github.com/VisDrone/VisDrone-Dataset) is reserved by the AISKYEYE team at Lab of Machine Learning and Data Mining, Tianjin University, China. The dataset described on this page is distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License, which implies that you must: (1) attribute the work as specified by the original authors; (2) may not use this work for commercial purposes ; (3) if you alter, transform, or build upon this work, you may distribute the resulting work only under the same license. The dataset is provided “as it is” and we are not responsible for any subsequence from using this dataset.
annotations_creators: [] language: en license: cc-by-sa-3.0 task_categories: - object-detection task_ids: [] pretty_name: VisDrone2019-DET tags: - fiftyone - image - object-detection dataset_summary: >  这是一个包含8629个样本的[FiftyOne](https://github.com/voxel51/fiftyone)数据集。 ## 安装指南 如果尚未安装FiftyOne,请执行以下命令: bash pip install -U fiftyone ## 使用方法 python import fiftyone as fo import fiftyone.utils.huggingface as fouh # 加载数据集 dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET") # 或仅加载前1000个样本 # dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET", max_samples=1000) # 启动应用 session = fo.launch_app(dataset) size_categories: - 1K<n<10K # VisDrone2019-DET 数据集卡片  本数据集为适配[FiftyOne](https://github.com/voxel51/fiftyone)的VisDrone2019-DET数据集版本,共包含8629个样本。 ## 安装指南 若尚未安装FiftyOne,请执行以下命令: bash pip install -U fiftyone ## 使用方法 python import fiftyone as fo import fiftyone.utils.huggingface as fouh # 加载数据集 # 注意:其他可用参数包括max_samples、persistent、overwrite等 dataset = fouh.load_from_hub("Voxel51/VisDrone2019-DET") # 启动应用 session = fo.launch_app(dataset) ## 数据集详情 ### 数据集描述 <!-- 提供该数据集的详细摘要。 --> - **标注方**:中国天津大学机器学习与数据挖掘实验室AISKYEYE团队 - **语言(自然语言处理)**:英语 - **许可协议**:CC BY-SA 3.0(知识共享署名-相同方式共享3.0协议) ### 数据集来源 <!-- 提供数据集的基础链接。 --> - **仓库地址**:https://github.com/VisDrone/VisDrone-Dataset - **相关论文**:[《Detection and Tracking Meet Drones Challenge》](https://arxiv.org/abs/2001.06303) ## 数据集结构 plaintext 名称: VisDrone2019-DET 媒体类型: 图像 样本数量: 8629 持久化: 否 标签: [] 样本字段: id: fiftyone.core.fields.ObjectIdField filepath: fiftyone.core.fields.StringField tags: fiftyone.core.fields.ListField(fiftyone.core.fields.StringField) metadata: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.metadata.ImageMetadata) ground_truth: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Detections) 该数据集包含3个划分集:训练集(train)、验证集(val)与测试集(test),样本将通过标签标注其所属划分。 ## 数据集构建 由中国天津大学机器学习与数据挖掘实验室AISKYEYE团队创建。 ### 源数据 #### 源数据生产者 VisDrone数据集是由中国天津大学机器学习与数据挖掘实验室AISKYEYE团队打造的大规模基准数据集,包含针对无人机图像与视频分析相关各类计算机视觉任务的精细标注真实标注数据。 #### 个人与敏感信息 数据集作者已尽最大努力从数据中移除可识别身份的信息以保护隐私。若您在本数据集中发现自己的车辆或个人信息,请[联系团队](tju.drone.vision@gmail.com),他们将从数据集中移除对应内容。团队不对因使用本数据集导致的任何实际或潜在损害承担责任。 <!-- 说明数据集是否包含可被视为个人、敏感或私密的数据(例如:地址、唯一可识别的姓名或别名、种族或族裔出身、性取向、宗教信仰、政治观点、财务或健康数据等)。若已采取数据匿名化措施,请描述匿名化流程。 --> ## 引用 **BibTeX格式引用:** bibtex @ARTICLE{9573394, author={Zhu, Pengfei and Wen, Longyin and Du, Dawei and Bian, Xiao and Fan, Heng and Hu, Qinghua and Ling, Haibin}, journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, title={Detection and Tracking Meet Drones Challenge}, year={2021}, volume={}, number={}, pages={1-1}, doi={10.1109/TPAMI.2021.3119563}} ## 版权信息 [VisDrone数据集](https://github.com/VisDrone/VisDrone-Dataset)的版权由中国天津大学机器学习与数据挖掘实验室AISKYEYE团队保留。本页面描述的数据集采用知识共享署名-非商业性使用-相同方式共享3.0协议(CC BY-NC-SA 3.0)进行分发,这意味着您必须遵守以下要求: (1) 按照原作者指定的方式署名; (2) 不得将本作品用于商业用途; (3) 若您对本作品进行修改、转换或基于其进行二次创作,仅可在相同许可协议下分发衍生作品。 本数据集按“现状”提供,团队不对因使用本数据集产生的任何后续问题承担责任。
数据集概述
名称: VisDrone2019-DET
样本数量: 8629
语言: 英语
许可证: cc-by-sa-3.0
任务类别: 目标检测
媒体类型: 图像
数据集创建者: AISKYEYE团队,天津大学机器学习和数据挖掘实验室
数据集来源:
- 仓库: https://github.com/VisDrone/VisDrone-Dataset
- 论文: Detection and Tracking Meet Drones Challenge
数据集结构
-
样本字段:
- id: fiftyone.core.fields.ObjectIdField
- filepath: fiftyone.core.fields.StringField
- tags: fiftyone.core.fields.ListField(fiftyone.core.fields.StringField)
- metadata: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.metadata.ImageMetadata)
- ground_truth: fiftyone.core.fields.EmbeddedDocumentField(fiftyone.core.labels.Detections)
-
数据集分割: 训练集、验证集、测试集
数据集创建
- 源数据生产者: AISKYEYE团队,天津大学机器学习和数据挖掘实验室
- 个人和敏感信息: 数据集作者已尽力排除可识别信息以保护隐私。如发现个人或车辆信息,请联系作者进行移除。
引用信息
bibtex @ARTICLE{9573394, author={Zhu, Pengfei and Wen, Longyin and Du, Dawei and Bian, Xiao and Fan, Heng and Hu, Qinghua and Ling, Haibin}, journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, title={Detection and Tracking Meet Drones Challenge}, year={2021}, volume={}, number={}, pages={1-1}, doi={10.1109/TPAMI.2021.3119563}}
版权信息
- 版权所有者: AISKYEYE团队,天津大学机器学习和数据挖掘实验室
- 许可证详情: 创意共享署名-非商业性使用-相同方式共享3.0许可证
以上信息基于提供的数据集详情页面README文件内容整理。




