Olivier222 / ai-assisted-annotation-client

Client side integration example source code and libraries for AI-Assisted Annotation SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVIDIA AI-Assisted Annotation Client

NVIDIA AI-Assisted Annotation SDK follows a client-server approach to integrate into an application. Clara Train SDK container on ngc.nvidia.com is generally available for download, annotation server is included in the package. Once a user has setup the AI-Assisted Annotation Server, user can use either C++ or Python client to integrate the SDK into an existing medical imaging application.

Documentation GitHub license GitHub Releases GitHub Issues

Supported Platforms

AI-Assisted Annotation is a cross-platform C++/Python Client API to communicate with AI-Assisted Annotation Server for NVIDIA and it officially supports:

  • Linux (Ubuntu16+)
  • macOS (High Sierra and above)
  • Windows (Windows 10)

Quick Start

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

C++ Client Library provides support for CMake project

Contributions

Contributions to NVIDIA AI-Assisted Annotation Client are more than welcome. To contribute make a pull request and follow the guidelines outlined in the CONTRIBUTING document.

About

Client side integration example source code and libraries for AI-Assisted Annotation SDK

License:Other


Languages

Language:C++ 77.1%Language:CMake 14.5%Language:Python 7.9%Language:C 0.6%