โ๏ธCustomization
Configuration files can be found on both client
and server
folder. In client the config.js
file can be found inside the src folder and is responsible for the client side configuration whereas for server its config.py
in the root directory.
Configurable parameters in Client:
Parameter | Description |
---|---|
URL link of the documentation. | |
URL link of the server where the server application is running. | |
Number of images one can upload in Configuration. | |
Controls the outline thickness of the tools | |
Displays annotated class distribution bar chart | |
Displays button that allow auto bounding box selection using SAM |
Configurable parameters in Server:
Parameter | Description |
---|---|
Background color used while downloading masked image | |
Support auto bounding box selection using SAM |
Last updated