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

InceptionResnetV2 feature for Query-by-Example #243

Merged
merged 32 commits into from
Jan 5, 2022

Conversation

Spiess
Copy link
Member

@Spiess Spiess commented Jan 3, 2022

Refactored InceptionResnetV2 feature encoding into its own separate feature from inside VisualTextCoEmbedding.
This allows it to be used as a feature for query-by-example that is less abstracted towards semantic content than the visual-text co-embedding.

@Spiess Spiess requested a review from silvanheller January 3, 2022 15:39
silvanheller
silvanheller previously approved these changes Jan 3, 2022
Copy link
Member

@silvanheller silvanheller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@silvanheller silvanheller requested a review from lucaro January 3, 2022 19:01
Copy link
Member

@lucaro lucaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I generally agree that it makes much more sense to have the output of the resnet as a feature directly. I only have one minor comment regarding the method used for image scaling, see inline comment.

# Conflicts:
#	cineast-core/src/main/java/org/vitrivr/cineast/core/features/VisualTextCoEmbedding.java
#	gradle.properties
@silvanheller silvanheller changed the base branch from dev to master January 4, 2022 10:19
@silvanheller silvanheller dismissed their stale review January 4, 2022 10:19

The base branch was changed.

# Conflicts:
#	build.gradle
#	cineast-core/src/main/java/org/vitrivr/cineast/core/features/VisualTextCoEmbedding.java
silvanheller
silvanheller previously approved these changes Jan 4, 2022
Copy link
Member

@silvanheller silvanheller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bumped the version number to v3.6.2, since that's what the next minor release would be

silvanheller
silvanheller previously approved these changes Jan 4, 2022
…nstead of only using most representative frame.
@Spiess Spiess dismissed stale reviews from lucaro and silvanheller via 2577d35 January 4, 2022 15:20
@Spiess Spiess requested a review from lucaro January 4, 2022 15:21
silvanheller
silvanheller previously approved these changes Jan 4, 2022
@Spiess Spiess dismissed stale reviews from lucaro and silvanheller via 1db1dc2 January 5, 2022 12:46
@Spiess Spiess requested a review from lucaro January 5, 2022 12:47
@Spiess Spiess merged commit 9c5c771 into master Jan 5, 2022
@Spiess Spiess deleted the feature/inceptionresnetv2-similarity branch January 5, 2022 12:59
@Spiess Spiess restored the feature/inceptionresnetv2-similarity branch January 5, 2022 13:04
@silvanheller silvanheller deleted the feature/inceptionresnetv2-similarity branch January 5, 2022 13:21
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

Successfully merging this pull request may close these issues.

4 participants