Skip to content

AIAA Client C++ Libraries version 1.0.2

Latest
Compare
Choose a tag to compare
@SachidanandAlle SachidanandAlle released this 17 Mar 00:15
· 15 commits to master since this release
313da51

AIAA Client C++ Libraries version 1.0.2

In this version, new deepgrow and session APIs are supported for NVIDIA AI-Assisted Annotation Client Libraries for C++.

Follow the Quick Start guide to build/install AI-Assisted Annotation Client Libraries for C++ and run some basic tools to verify few important functionalities like dextr3D, segmentation, deepgrow, inference, fixPolygon over an existing AI-Assisted Annotation Server.

Features Supported in 1.0.2

  1. Deepgrow (/v1/deepgrow)
  2. AIAA Session (/session/)
  3. Generic Inference (/inference/)
  4. FixPolygon 3D support (/v1/fixPolygon)
  5. NVIDIA MITK plugin changes
    1. Deepgrow Action
    2. Use session APIs to store image at AIAA server for deepgrow action

Features Supported in 1.0.1

  1. Auto Segmentation (/v1/segmentation)
  2. Models API will support additional filters to match label and segmentation/annotation types (models)
  3. NVIDIA MITK plugin changes
    1. Auto Segmentation Action
    2. User can choose a model to run annotation/segmentation

Features Supported in 1.0.0

  1. List Supported Models (/v1/models)
  2. Annotation (/v1/dextr3D)
  3. Mask 2D Polygons (/v1/maskToPolygon)
  4. Fix 2D Polygon (/v1/fixPolygon)