Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features extraction #14

Open
mab85 opened this issue Sep 13, 2018 · 0 comments
Open

Features extraction #14

mab85 opened this issue Sep 13, 2018 · 0 comments

Comments

@mab85
Copy link

mab85 commented Sep 13, 2018

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant