โš™๏ธ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:

ParameterDescription
DOCS_URL

URL link of the documentation.

SERVER_URL

URL link of the server where the server application is running.

UPLOAD_LIMIT

Number of images one can upload in Configuration.

OUTLINE_THICKNESS_CONFIG : {
      POLYGON: 2,
      CIRCLE: 2,
      BOUNDING_BOX: 2
    }

Controls the outline thickness of the tools

SHOW_CLASS_DISTRIBUTION

Displays annotated class distribution bar chart

SAM_MODEL_ENABLED

Displays button that allow auto bounding box selection using SAM

Configurable parameters in Server:

ParameterDescription
MASK_BACKGROUND_COLOR

Background color used while downloading masked image

SAM_MODEL_ENABLED

Support auto bounding box selection using SAM

Last updated