Unity Perception
收藏资源简介:
Unity Dataset Insights是一个用于下载、解析和分析由Unity Perception包生成的合成数据集的Python包。它提供了数据集的加载、统计和下载功能,支持直接从Python接口或命令行下载数据集,并能处理HTTP(s)和GCS源。
Unity Dataset Insights is a Python package designed for downloading, parsing, and analyzing synthetic datasets generated by the Unity Perception package. It offers functionalities for loading, statistical analysis, and downloading datasets, supporting direct dataset downloads via Python interfaces or command lines, and is capable of handling HTTP(s) and GCS sources.
数据集概述
数据集来源
Unity Dataset Insights是一个用于下载、解析和分析由Unity Perception package生成的合成数据集的Python包。
数据集安装
通过运行pip install datasetinsights命令在支持的Python环境中安装。
数据集使用
数据集统计
提供了一个示例notebook,用于加载和可视化由Perception package生成的合成数据集的统计信息。
加载数据集
Unity Perception包提供了符合特定schema的数据集。使用datasetinsights包中的Python模块可以方便地解析这些数据集。
下载数据集
支持通过命令行或Python接口下载数据集,支持HTTP(s)和GCS。
转换数据集
支持将合成数据集转换为COCO格式,目前仅支持2D边界框和人体关键点注释。
数据集文档
API文档可在readthedocs找到。
数据集许可证
数据集遵循Apache License, Version 2.0。




