NVIDIA / ai-assisted-annotation-client

Client side integration example source code and libraries for AI-Assisted Annotation SDK
Other
307 stars 64 forks source link

Error processing 3D annotations using dextr3D #95

Closed abiswas97 closed 1 year ago

abiswas97 commented 2 years ago

We setup our AIAA server using the guide provided in https://docs.nvidia.com/clara/clara-train-sdk/aiaa/quickstart.html, and used the MITK workbench with AIAA client as downloaded from here - https://www.mitk.org/wiki/Downloads/NVIDIA_AI-Assisted_Annotation_Client.

After setting our server to interact with the client, we are able to load models for segmentation, and run them successfully. However if we attempt to use the annotation option under 3D Segmentation, and provide six seed points, we get the error as below -

Response: {"error":{"message":["invalid literal for int() with base 10: '[[41,71,64],[57,41,64],[71,85,64],[45,87,64],[67,67,64],[87,49,64]]'"],"type":"ValueError"},"success":false}

How should we proceed from here?

SachidanandAlle commented 2 years ago

Have you tried MONAI Label instead..? https://github.com/Project-MONAI/MONAILabel/

abiswas97 commented 2 years ago

I hadn't tried it, this looks promising. Thanks for the referral, I'll check this out!

SachidanandAlle commented 1 year ago

Closing this issue.. please use MONAILabel instead.. feel free to raise any issue or start discussion over MONAILabel repo

diazandr3s commented 1 year ago

MONAI Label repo: https://github.com/Project-MONAI/MONAILabel