This is the plugin source for MITK which integrates AIAA C++ client with MITK Workbench
- NVIDIA Segmentation (3D Tool)
- Segmentation
- Annotation (DExtr3D)
- NVIDIA SmartPoly (2D Tool)
- Edit Polygon
- Fix Polygon
Please download MITK Workbench with NVIDIA AI Assisted Annotation and try NVIDIA features readily available
The project follows the template recommended by MITK to fit the extension mechanism of MITK v2018.04. Here's how it basically works:
- Clone MITK
- Clone ai-assisted-annotation-client
- Configure the MITK superbuild and set the advanced CMake cache variable
MITK_EXTENSION_DIRS
to ai-assisted-annotation-client/mitk-plugin - Generate and build the MITK superbuild
See the MITK documentation