-
Notifications
You must be signed in to change notification settings - Fork 33
NeoClassifyDescriptor
Lacewell, Chaunte W edited this page Apr 14, 2025
·
3 revisions
WIP: Support in future release
Note: This is largely the same as the legacy ClassifyDescriptor command.
When a new feature vector is extracted from an image, a query to VDMS can be issued to classify that feature vector based on the indexed features in VDMS. VDMS can respond to the query with the label associated with that descriptor.
The bare minimum requirement for this call is the descriptor set we should look to match, the number of closest labels to look for, and descriptor blob of matching dimensions.
- target_data_type: currently this supports images ("img") and metadata ("md_only"). If an image is specified, an associated blob must be uploaded with it.
- [optional]target_format: specifies the targeted file format for uploaded images, e.g. jpg
- cypher: this is where specially formatted cypher is used to specify the metadata to be either uploaded or retrieved. See below for more details.
Blocks:
- [optional] operations
Visual Data Management System - Intel Labs
FLINNG Library and Performance
Kubernetes Orchestration in VDMS
Basic Building Blocks
Insert
- AddBlob
- AddBoundingBox
- AddConnection
- AddDescriptor
- AddDescriptorSet
- AddEntity
- AddImage
- AddVideo
- NeoAdd
- NeoAddDescriptor
- NeoAddDescriptorSet
Query
- ClassifyDescriptor
- FindBlob
- FindBoundingBox
- FindConnection
- FindDescriptor
- FindDescriptorSet
- FindEntity
- FindFrames
- FindImage
- FindVideo
- NeoFind
- NeoFindDescriptor
- NeoFindDescriptorSet
Update