NVIDIA / ai-assisted-annotation-client

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

First commit to support Libraries for Nvidia AIAA Client #1

Closed SachidanandAlle closed 5 years ago

rwlee commented 5 years ago

Were you able to generate documents with py-client as the top level directory name? I had some issues with that, largely due to '-' not being a legal character in python modules

mahendragr commented 5 years ago

I had to install all these dependencies:

pip install numpy
pip install nibabel
pip install skimage
pip install scikit-image
pip install requests
pip install requests_toolbelt

@SachidanandAlle I think it makes sense to list these.