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
- Deepgrow (/v1/deepgrow)
- AIAA Session (/session/)
- Generic Inference (/inference/)
- FixPolygon 3D support (/v1/fixPolygon)
- NVIDIA MITK plugin changes
- Deepgrow Action
- Use session APIs to store image at AIAA server for deepgrow action
Features Supported in 1.0.1
- Auto Segmentation (/v1/segmentation)
- Models API will support additional filters to match label and segmentation/annotation types (models)
- NVIDIA MITK plugin changes
- Auto Segmentation Action
- User can choose a model to run annotation/segmentation
Features Supported in 1.0.0
- List Supported Models (/v1/models)
- Annotation (/v1/dextr3D)
- Mask 2D Polygons (/v1/maskToPolygon)
- Fix 2D Polygon (/v1/fixPolygon)