当前位置:网站首页>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:
边栏推荐
猜你喜欢
随机推荐
知名无人驾驶公司:文远知行内推
LRU缓存[线性表 -> 链表 -> hash定位 -> 双向链表]
中望3D 2023正式发布,设计仿真制造一体化缩短产品开发周期
计算机复试面试问题(计算机面试常见问题)
报错:npm ERR code EPERM
MATLAB | 我也做了一套绘图配色可视化模板
FastAPI 封装一个通用的response
查看Mysql数据库版本
go中select语句
使用openssl命令生成证书和对应的私钥,私钥签名,公钥验签
IDEA连接MySQL数据库并执行SQL查询操作
ECCV 2022 | 机器人的交互感知与物体操作
FIFO深度计算学习记录(汇总)
centos7安装mysql5.7
log4j2的使用
Optimization of five data submission methods
深入浅出边缘云 | 4. 生命周期管理
CWE4.8 -- 2022年危害最大的25种软件安全问题
【牛客刷题-SQL大厂面试真题】NO3.电商场景(某东商城)
IDEA找不到Database解决方法