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

Extracting Image Features #120

Closed
wildsnowman opened this issue Jul 29, 2021 · 2 comments
Closed

Extracting Image Features #120

wildsnowman opened this issue Jul 29, 2021 · 2 comments
Assignees

Comments

@wildsnowman
Copy link
Collaborator

wildsnowman commented Jul 29, 2021

@nocotan
I'm planning to prepare image features as we discussed.
To be extracted:

  • CNN features (2048 dimensional features from the pre-trained Inception-V3 model on ILSVRC2012)

By the way, I was trying to find a properly hand-crafted image feature extractor that involves colors but cannot find available codes. For instance, combining Local Binary Pattern (LBP) and Local Color Contrast (LCC) showed superior performance in a texture classification task described in the following paper compared with other color-based hand-crafted features, but LCC is not in OSS.
https://www.researchgate.net/publication/315858786_Hand-Crafted_vs_Learned_Descriptors_for_Color_Texture_Classification

So, here I'm planning not to include a hand-crafted one for the image-based task.

@wildsnowman wildsnowman self-assigned this Jul 29, 2021
@nocotan
Copy link
Contributor

nocotan commented Jul 30, 2021

@wildsnowman Thank you for your investigation!
I see your plan and I agree with you.

@wildsnowman
Copy link
Collaborator Author

The CNN features were extracted via the VGG16 model.

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

2 participants