Skip to content

Features extraction #14

@mab85

Description

@mab85

@kwotsin I want to use the Xception model as feature extractor not for classification for my own dataset. According to my understanding to this point, i must have a pretrained model, although tensorflow has a pretrained Xception model over imagenet dataset, i can not use it, because images in my dataset do not have relationships to images in any class of imagenet. So i trained Xception model over my dataset and save model ( .ckpt and .meta files) to have a pretrained model belong to my images. My question is "How to use this saved files ( .ckpt and .meta files) to extract features of my dataset as a matrix it's rows are images and columns are features?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions