vitrivr / cineast

Cineast is a multi-feature content-based mulitmedia retrieval engine. It is capable of retrieving images, audio- and video sequences as well as 3d models based on edge or color sketches, textual descriptions and example objects.
MIT License
57 stars 50 forks source link

Feature/parent folder name object id generator #360

Closed net-cscience-raphael closed 1 year ago

net-cscience-raphael commented 1 year ago

Created a new ObjectIdGenerator which uses the name of the containing parent folder for the object id. With "prefix": "true" the Generator includes type prefix.

net-cscience-raphael commented 1 year ago

To use the "ParentFolderNameObjectIdGenerator" set configuration in extraction_config.json as follows:

    "id": {
      "name": "ParentFolderNameObjectIdGenerator",
      "properties": {
        "prefix": "true"
      }
    }