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

边栏推荐
- Edge Cloud Explained in Simple Depth | 4. Lifecycle Management
- /run/NetworkManager占用空间过大
- Batch大小不一定是2的n次幂!ML资深学者最新结论
- 电脑重要文件很多,如何备份比较安全?
- Centos7 install mysql5.7 steps (graphical version)
- Introduction to using NPM
- AMBA APB学习记录(AMBA 2.0)
- Six Stones Programming: No matter which function you think is useless, people who can use it will not be able to leave, so at least 99%
- CentOS7 安装MySQL 图文详细教程
- Two methods of NameNode failure handling
猜你喜欢

EXCEL如何快速拆分合并单元格数据

docker部署完mysql无法连接

log4j2的使用

PyQt5 rapid development and actual combat 10.2 compound interest calculation && 10.3 refresh blog clicks

图像大面积缺失,也能逼真修复,新模型CM-GAN兼顾全局结构和纹理细节

【牛客刷题-SQL大厂面试真题】NO3.电商场景(某东商城)

CWE4.8 -- 2022年危害最大的25种软件安全问题

Anaconda安装labelImg图像标注软件

CentOS7 installation MySQL graphic detailed tutorial

ADS与C#通信
随机推荐
JSP中如何借助response对象实现页面跳转呢?
ASM module in SAP Ecommerce Cloud Spartacus UI and Accelerator UI
0X7FFFFFFF,0X80000000「建议收藏」
Grab the tail of gold, silver and silver, unlock the programmer interview "Artifact of Brushing Questions"
生产力工具和插件
IDEA连接MySQL数据库并执行SQL查询操作
Spark学习:为Spark Sql添加自定义优化规则
Verilog——基于FPGA的贪吃蛇游戏(VGA显示)
The 2nd activity of the TOGAF10 Standard Reading Club continues wonderfully, and the highlights will be reviewed!
Anaconda安装labelImg图像标注软件
C#控件CheckBox的使用
分布式监视 Zabbix 和 Prometheus 到底怎么选?千万别用错了!
图像大面积缺失,也能逼真修复,新模型CM-GAN兼顾全局结构和纹理细节
matlab as(assert dominance)
IDEA如何运行web程序
Flutter键盘可见性
NPM 使用介绍
函数的参数
MATLAB | 我也做了一套绘图配色可视化模板
关于MySQL主从复制的数据同步延迟问题