COCOColsMapper

class cocohelper.helper.COCOColsMapper[source]

Bases: ColsMapper

(DEPRECATED) Enable the possibility to remap specific columns in COCOHelper

Attributes List

all

ann

cat

img

lic

to_origs

Methods Details

Attribute Details

all
ann: ColMap = ColMap(orig='id', new='annotation_id')
cat: ColMap = ColMap(orig='id', new='category_id')
img: ColMap = ColMap(orig='id', new='image_id')
lic: ColMap = ColMap(orig='id', new='license_id')
to_origs