当前位置:网站首页>Introduction to the PartImageNet Semantic Part Segmentation dataset
Introduction to the PartImageNet Semantic Part Segmentation dataset
2022-07-31 13:15:00 【The struggle of a rookie】
PartImageNet is a paper published in ECCV2022, which proposes an object part-level annotation dataset with the largest number of current categories and images.
PartImageNet: A Large, High-Quality Dataset of Parts
paper: https://arxiv.org/abs/2112.00933
code: https://github.com/TACJu/PartImageNet
The data set download link has been released on GitHub and can be downloaded.
The PartImageNet dataset contains 158 categories and a total of 24,095 images. Each image contains part-level annotations for a single object. An example of the annotation is shown in the figure below.

The specific category information of the dataset is shown in the table below. The 158 subcategories belong to 11 categories. The number of subcategories in each category is given in parentheses.The labeled part classes are the same.Taking the Fish category as an example, it contains 10 sub-categories, and the part categories of objects in each category are Head, Body, Fin, and Tail.

Out of the 158 classes, 118 are non-rigid body classes (eg dogs) and 40 are rigid body classes (eg cars).In addition, the dataset also provides more fine-grained classification information, as shown in the figure below.Example: Quadruped → Dog → Gordon setter.

For the Semantic Part Segmentation task, the data set is divided according to 85%, 5%, and 10%. The specific information is as follows:

By the way, let's take a look at the performance indicators of existing methods on this task, as follows:

For the Few-shot Learning task, the data set is divided according to the number of categories 109, 19, and 30. The specific information is as follows:

边栏推荐
猜你喜欢
随机推荐
PyQt5快速开发与实战 10.1 获取城市天气预报
ERROR 2003 (HY000) Can‘t connect to MySQL server on ‘localhost3306‘ (10061)解决办法
ADS与C#通信
ERROR 1064 (42000) You have an error in your SQL syntax; check the manual that corresponds to your
centos7安装mysql5.7
PHP序列化:eval
Architecture Camp | Module 8
求一份常见Oracle故障模拟场景
跨境电商小知识之跨境电商物流定义以及方式讲解
ICML2022 | 面向自监督图表示学习的全粒度自语义传播
Optimization of five data submission methods
基于神经网络的多柔性梁耦合结构振动控制
go中select语句
SAP 电商云 Spartacus UI 和 Accelerator UI 里的 ASM 模块
sqlalchemy determines whether a field of type array has at least one consistent data with an array
通过斐波那契数再谈函数递归2.0
计算机复试面试问题(计算机面试常见问题)
【CPU设计实战】简单流水线CPU设计
亲测可用!!!WPF中遍历整个窗口的所有TextBox组件,对每个输入框做非空判断。
C#使用NumericUpDown控件









