vitrivr / vitrivr-engine

vitrivr's next-generation retrieval engine. It is capable of extracting and retrieving a wider range of multimedia objects such as audio, video, images or 3d models.
https://vitrivr.org
MIT License
6 stars 3 forks source link

bugfix: added content authors to all extractors #103

Closed faberf closed 2 months ago

faberf commented 2 months ago

Addresses #102 by adding filtering based on content author attributes to all extractors. Obviously, since this is currently only done for content and not for attributes, such extractors as TemporalMetadata or SourceMetadata are not affected. In future a refactoring that handles all of this in a unified way might be beneficial.

ppanopticon commented 2 months ago

Without having reviewed this in detail yet: What I would like to see is a unit test that demonstrates how this mechanism works. I could imagine building a pipeline manually and running an example video clip through it and then having two branches: One dealing with the individual frames and one dealing with an aggregation.