Kuqs
Kuqs
``` from mmpose.models import LiteHRNet import torch extra = dict( stem=dict(stem_channels=32, out_channels=32, expand_ratio=1), num_stages=3, stages_spec=dict( num_modules=(2, 4, 2), num_branches=(2, 3, 4), num_blocks=(2, 2, 2), module_type=('LITE', 'LITE', 'LITE'), with_fuse=(True, True, True),...
I looked into `xxx.caption.linelist.tsv` file, which only has two columns. ```python 0 0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9...