-
Notifications
You must be signed in to change notification settings - Fork 33
Docker
Chaunte W. Lacewell edited this page Apr 17, 2023
·
23 revisions
To download the docker image and run the VDMS Server:
# On Linux
docker run --net=host -d intellabs/vdms:latest
# On Mac
docker run -p 55555:55555 -d intellabs/vdms:latest
The VDMS server will be listening to connection on its default TCP port (55555).
VDMS Server Version 2.3.0:
docker run --net=host -d intellabs/vdms:v2.3.0
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