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 #245

Merged
merged 32 commits into from
Jan 5, 2022

Conversation

Spiess
Copy link
Member

@Spiess Spiess commented Jan 5, 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.

Reopen of #243 due to merge error.

Spiess and others added 30 commits December 8, 2021 10:19
…s rather than only the most representative frame.
Visual-text co-embedding video extraction
This is required since FFMpegAudioDecoder and TechnicalVideoMetadataExtractor use Math.floorDiv, which is a function only available since Java 9.
Updated log4j *again* to 2.16
…s rather than only the most representative frame.
This is required since FFMpegAudioDecoder and TechnicalVideoMetadataExtractor use Math.floorDiv, which is a function only available since Java 9.
# Conflicts:
#	cineast-core/src/main/java/org/vitrivr/cineast/core/features/VisualTextCoEmbedding.java
#	gradle.properties
# Conflicts:
#	build.gradle
#	cineast-core/src/main/java/org/vitrivr/cineast/core/features/VisualTextCoEmbedding.java
@silvanheller silvanheller self-requested a review January 5, 2022 13:18
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.

Approving since we discussed everything in #243

@silvanheller silvanheller merged commit 2ea3d63 into master Jan 5, 2022
@silvanheller silvanheller deleted the feature/inceptionresnetv2-similarity branch January 5, 2022 13:21
silvanheller pushed a commit that referenced this pull request Jun 10, 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.
Authored by @Spiess

Former-commit-id: 2ea3d63
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.

None yet

4 participants