Advanced debugging
This guide explains how to debug your application
Introduction
Prepare environment
git clone https://github.com/supervisely-ecosystem/integrate-inst-seg-model
cd integrate-inst-seg-model
./create_venv.shsudo apt-get install wireguard iproute2code -r .{
"name": "Advanced mode for Supervisely Team",
***
"env": {
***
"TEAM_ID": "7", // ⬅️ change value
***
}
}Run debug
Interact with app from Supervisely platform
Last updated