tensorflow - Retrain im2txt model with Open Images dataset -
i have trained im2txt model (https://github.com/tensorflow/models/tree/master/im2txt). used mscoco imageset training written in docs.
i want continue training google open images dataset.
i'm wondering if possible retrain im2txt model , need prepare new dataset training. seems google dataset , mscoco dataset have different formats.
i'll appreciate help.
while might possible retrain model, remember these 2 data sets come different labeling semantics , conventions, understand results might not 100% comparable.
you need pre-process data using script similar coco script.
there script provided inference in openimages distribution, contain code unpack data.
finally, if done, we're open contributions in form of pull requests @ our github models page.
Comments
Post a Comment