๐Ÿ–ผ๏ธ
Annotate-Lab
  • ๐Ÿ‘‹Welcome to Annotate Lab
  • Overview
    • โœจKey Features
    • ๐Ÿ—ƒ๏ธProject Structure
    • โš™๏ธCustomization
  • Fundamentals
    • โฌ‡๏ธInstallation
    • ๐Ÿ› ๏ธSet up and Run
      • ๐Ÿ“Configuration
      • ๐Ÿ–ผ๏ธAnnotating Images
      • ๐Ÿ’พOutputs
      • ๐ŸงชRunning Tests
      • ๐Ÿ“”Code Formatting
  • Example
    • ๐ŸšฒAnnotating Bicycle
    • ๐Ÿ–ผ๏ธRipe and Unripe Tomatoes Dataset
    • ๐Ÿช„Auto Bounding Box Selection with Segment Anything Model (SAM)
  • โš ๏ธTroubleshooting
  • ๐ŸชชLicense
Powered by GitBook
On this page
  • Configurable parameters in Client:
  • Configurable parameters in Server:
  1. Overview

Customization

PreviousProject StructureNextInstallation

Last updated 10 months ago

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

โš™๏ธ
DOCS_URL
SERVER_URL
UPLOAD_LIMIT
OUTLINE_THICKNESS_CONFIG : {
      POLYGON: 2,
      CIRCLE: 2,
      BOUNDING_BOX: 2
    }
SHOW_CLASS_DISTRIBUTION
SAM_MODEL_ENABLED
MASK_BACKGROUND_COLOR
SAM_MODEL_ENABLED