-
Notifications
You must be signed in to change notification settings - Fork 49
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
New External API Extraction Feature #379
Draft
silvanheller
wants to merge
65
commits into
main
Choose a base branch
from
external-api-extraction
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
6dbdc32
Added proxy retriever for external open_clip feature
lucaro 1997b98
Added LevenshteinScoringTextRetriever
lucaro afc5fe5
Changed query string encoding in LevenshteinScoringTextRetriever
lucaro 2cc9b81
Changed query string encoding in LevenshteinScoringTextRetriever again
lucaro 875fe63
Added a way to specify the host of the external clip text instance vi…
sauterl 60a5f6a
Merge remote-tracking branch 'origin/main' into VBS23
Spiess a71b74d
refactored AudioSegmentExporter
faberf 168b480
Added isExtractable and refactored AudioSpectogramExporter as an example
faberf f589f94
added the correct file extension and dataurlprefix
faberf d2c1c12
- starting work on external api feature
silvanheller 94f0c8f
updating with development stuff & adding model key
silvanheller 0017dc9
Initial Implementation
faberf c8d6950
implemented client to python endpoint
faberf b544368
working commit, refactored external api support
faberf 761d8ae
fixing getRows() which had infinite recursion
silvanheller 58b953f
adding logging for faulty queries
silvanheller 89e0fcd
adding logging for faulty queries
silvanheller 539cdc5
moving logger to trace
silvanheller 55a147b
clarifying documentation
silvanheller 546b23c
first cleanup
silvanheller 7d27038
working commit for rewrite of external-api-extraction
faberf 2dee77f
Fixed windows-path issues in extraction item container for live-extra…
sauterl 63f1f5c
Added Documentation
faberf a90e507
Merge branch 'main' into refactoring_exporters
faberf c95a02f
- starting work on external api feature
silvanheller 99cb177
updating with development stuff & adding model key
silvanheller 5589e5a
Initial Implementation
faberf 89efaa9
implemented client to python endpoint
faberf c3e0f26
working commit, refactored external api support
faberf 396a7cc
fixing getRows() which had infinite recursion
silvanheller 37ff7ee
adding logging for faulty queries
silvanheller e3873b0
adding logging for faulty queries
silvanheller 21fec92
moving logger to trace
silvanheller 4649563
clarifying documentation
silvanheller fabc2ee
first cleanup
silvanheller 1c5bed8
working commit for rewrite of external-api-extraction
faberf 0b21390
Merge branch 'external-api-extraction' of github.com:vitrivr/cineast …
faberf c16433b
fixed message template
faberf 78b06cc
templates are now stripped
faberf 8987321
added FESVectorFeature
faberf d6d4c3f
removed alpha channel from video frames
faberf ca26e6e
Merged dev
lucaro 6424616
Merge remote-tracking branch 'origin/main' into VBS24
lucaro 8c85619
First sketch of handler for vector lookup
lucaro fb97e26
gitflow-feature-stash: externalclip
net-cscience-raphael bae673c
conda environment
net-cscience-raphael 6d29951
added extraction for external clip
net-cscience-raphael 823da7a
updated ffmeg due to access violations on some windows systems
net-cscience-raphael 99adc01
Merge branch 'feature/externalclip' into external-api-extraction
net-cscience-raphael 5280763
changed feature vector
net-cscience-raphael 443c1ec
Added lighting and normal mapping to the lwjgl renderer (#386)
net-cscience-raphael 78764d5
Ads exception handling for textures in 3d model
net-cscience-raphael ccab60f
ads external open ml clip for 3d models
net-cscience-raphael 043acd3
ads error handling loading shaders
net-cscience-raphael 850f4f0
Added depth to parent folder name generator
net-cscience-raphael 3713e92
Added timeout to render process
net-cscience-raphael 2276f9e
logging
net-cscience-raphael 543e1fc
Added TimeLimitedFunction to perform a timeout if loading with extern…
net-cscience-raphael ae927e1
Ads documentation to TimeLimitedFunction
net-cscience-raphael d0fa44f
Changed scene render datatype from u_int to int
net-cscience-raphael 2e8731c
and back do unsigned
net-cscience-raphael c582799
3d-debug non cachable error from lassimp ibrary
net-cscience-raphael 42242c7
fixes the crash on runtime
net-cscience-raphael 26bd3ff
Fault tolerance for model inconsitency
net-cscience-raphael 436fbef
Added logging to time limited function
net-cscience-raphael File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are overwriting the previously generated images with empty images here, that is almost certainly not what you want.