Overview
Supervisely Library is a collection of Python classes and methods useful for integrating your code with Supervisely.
The library contains:
-
code to work with data in Supervisely format:
-
annotations (figures);
-
-
code for integrating existing or new NNs with Supervisely infrastructure
- by running training or inference as Supervisely tasks;
-
auxilliary code to ease the aims above.
The library is written in Python 3.6.
Main dependencies:
Hint
Find some Dockerfile_base
in sources (e.g. here) to get example of installation of all library dependencies.
Or just use our Docker images as base images.