Part 4 β SDK Preview [Lemons counter app]
In this part, we will load a project from the Ecosystem and count the number of annotated lemons.
Table of contents
Step 1 β Clone Lemons (Annotated) project from Ecosystem
Clone Lemons (Annotated) project from Ecosystem to your Workspace
Step 2 β Environments files
For our convenience, let's make two files in application directory: debug.env and secret_debug.env

We will add constants to these files to access the Supervisely SDK
debug.env
secret_debug.env (
keep the file in secret)
Step 3 β Python script && Results
Let's write a simple script that:
downloads the project
retrieves annotations
counts the number of lemons
Here is the completed code:
src/main.py
Results:
Step 4 β Complete SDK documentation
You can find more information here:
PreviousPart 3 β Site Packages [Customize your app]NextPart 5 β Integrate custom tracker into Videos Annotator tool [OpenCV Tracker]
Last updated
Was this helpful?