mirror of https://github.com/open-mmlab/mmpose
47 lines
1.3 KiB
Python
47 lines
1.3 KiB
Python
dataset_info = dict(
|
|
dataset_name='deepfashion_lower',
|
|
paper_info=dict(
|
|
author='Liu, Ziwei and Luo, Ping and Qiu, Shi '
|
|
'and Wang, Xiaogang and Tang, Xiaoou',
|
|
title='DeepFashion: Powering Robust Clothes Recognition '
|
|
'and Retrieval with Rich Annotations',
|
|
container='Proceedings of IEEE Conference on Computer '
|
|
'Vision and Pattern Recognition (CVPR)',
|
|
year='2016',
|
|
homepage='http://mmlab.ie.cuhk.edu.hk/projects/'
|
|
'DeepFashion/LandmarkDetection.html',
|
|
),
|
|
keypoint_info={
|
|
0:
|
|
dict(
|
|
name='left waistline',
|
|
id=0,
|
|
color=[255, 255, 255],
|
|
type='',
|
|
swap='right waistline'),
|
|
1:
|
|
dict(
|
|
name='right waistline',
|
|
id=1,
|
|
color=[255, 255, 255],
|
|
type='',
|
|
swap='left waistline'),
|
|
2:
|
|
dict(
|
|
name='left hem',
|
|
id=2,
|
|
color=[255, 255, 255],
|
|
type='',
|
|
swap='right hem'),
|
|
3:
|
|
dict(
|
|
name='right hem',
|
|
id=3,
|
|
color=[255, 255, 255],
|
|
type='',
|
|
swap='left hem'),
|
|
},
|
|
skeleton_info={},
|
|
joint_weights=[1.] * 4,
|
|
sigmas=[])
|