Skip to content

AIAA Client C++ Libraries version 1.0.1

Compare
Choose a tag to compare
@SachidanandAlle SachidanandAlle released this 23 Jun 21:24
· 44 commits to master since this release
d75806c

AIAA Client C++ Libraries version 1.0.1

In this version, new segmentation API is 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, fixPolygon over an existing AI-Assisted Annotation Server.

Features Supported in 1.0.1

  1. Auto Segmentation (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 (models)
  2. Annotation (dextr3D)
  3. Mask 2D Polygons (maskToPolygon)
  4. Fix 2D Polygon (fixPolygon)