-
Notifications
You must be signed in to change notification settings - Fork 33
Docker
Luis edited this page Feb 15, 2019
·
23 revisions
To download the image and run the Server, do:
docker run --net=host -d intellabs/vdms:2.0.0
VDMS Server with The Cancer Image Archive pre-loaded:
docker run --net=host -d intellabs/vdms:tcia
VDMS Server with Descriptors Example (used at the HICSS19 tutorial):
docker run --net=host -d intellabs/vdms:hicss
Visual Data Management System - Intel Labs
FLINNG Library and Performance
Basic Building Blocks
Insert
- AddBlob
- AddBoundingBox
- AddConnection
- AddDescriptor
- AddDescriptorSet
- AddEntity
- AddImage
- AddVideo
- NeoAdd
Query
- ClassifyDescriptor
- FindBlob
- FindBoundingBox
- FindConnection
- FindDescriptor
- FindDescriptorSet
- FindEntity
- FindFrames
- FindImage
- FindVideo
- NeoFind
Update