当前位置:网站首页>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:

边栏推荐
猜你喜欢
随机推荐
STM32——软件SPI控制AD7705[通俗易懂]
The 2nd activity of the TOGAF10 Standard Reading Club continues wonderfully, and the highlights will be reviewed!
/run/NetworkManager占用空间过大
深入浅出边缘云 | 4. 生命周期管理
关于MySQL主从复制的数据同步延迟问题
365天挑战LeetCode1000题——Day 044 最大层内元素和 层次遍历
通过斐波那契数再谈函数递归2.0
Two methods of NameNode failure handling
计算机复试面试问题(计算机面试常见问题)
NPM 使用介绍
知名无人驾驶公司:文远知行内推
五种数据提交方式的优化
IDEA的database使用教程(使用mysql数据库)
基于模糊预测与扩展卡尔曼滤波的野值剔除方法
函数的参数
docker部署完mysql无法连接
阿里三面:MQ 消息丢失、重复、积压问题,怎么解决?
golang中使用泛型
电商rpa是什么意思?跟电商rpi是一个意思吗?
JSP中如何借助response对象实现页面跳转呢?









