Skip to content

Commit

Permalink
Fix readme to release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SachidanandAlle committed Feb 27, 2019
1 parent 4e83dbf commit 8de22a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NVIDIA AI-Assisted Annotation Client
NVIDIA AI-Assisted Annotation SDK follows a client-server approach to integrate into an application. Once a user has been granted early access user can use either C++ or Python client to integrate the SDK into an existing medical imaging application.

[![Documentation](https://img.shields.io/badge/NVIDIA-documentation-brightgreen.svg)](https://docs.nvidia.com/deeplearning/sdk/ai-assisted-annotation-client-guide)
[![Documentation](https://img.shields.io/badge/NVIDIA-documentation-brightgreen.svg)](https://docs.nvidia.com/clara/aiaa/sdk-api/docs/index.html)
[![GitHub license](https://img.shields.io/badge/license-BSD3-blue.svg)](/LICENSE)
[![GitHub Releases](https://img.shields.io/github/release/NVIDIA/ai-assisted-annotation-client.svg)](https://github.com/NVIDIA/ai-assisted-annotation-client/releases)
[![GitHub Issues](https://img.shields.io/github/issues/NVIDIA/ai-assisted-annotation-client.svg)](https://github.com/NVIDIA/ai-assisted-annotation-client/issues)
Expand All @@ -13,7 +13,7 @@ AI-Assisted Annotation is a cross-platform C++/Python Client API to communicate
- Windows (Windows 10)

## Quick Start
Follow the [Quick Start](https://docs.nvidia.com/deeplearning/sdk/ai-assisted-annotation-client-guide/quickstart.html) guide to build/install AI-Assisted Annotation Client Libraries for C++/Python and run some basic tools to verify few important functionalities like *dextr3D*, *fixPolygon* over an existing AI-Assisted Annotation Server.
Follow the [Quick Start](https://docs.nvidia.com/clara/aiaa/sdk-api/docs/quickstart.html) guide to build/install AI-Assisted Annotation Client Libraries for C++/Python and run some basic tools to verify few important functionalities like *dextr3D*, *fixPolygon* over an existing AI-Assisted Annotation Server.

>C++ Client Library provides support for CMake project
Expand Down
19 changes: 19 additions & 0 deletions mitk-plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# MITK Plugin
This is the plugin source for MITK which integrates AIAA client with MITK Workbench

## Features
- NVIDIA Segmentation *(3D Tool)*
- NVIDIA Smart Polygon Fix *(2D Tool)*

## Quick Start
The project template follows the template recommended by MITK to fit the extension mechanism of MITK v2018.04.
Here's how it basically works:

1. Clone MITK
2. Clone ai-assisted-annotation-client
3. Configure the MITK superbuild and set the advanced CMake cache variable `MITK_EXTENSION_DIRS` to ai-assisted-annotation-client/mitk-plugin
4. Generate and build the MITK superbuild


## Supported platforms and other requirements
See the [MITK documentation](http://docs.mitk.org/2018.04/)

0 comments on commit 8de22a9

Please sign in to comment.