Skip to content

Commit

Permalink
fix info about bounding box selection
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Aug 1, 2024
1 parent c966ecf commit b284970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ You can customize various aspects of Annotate-Lab through configuration settings
```python
# config.py
MASK_BACKGROUND_COLOR = (0, 0, 0) # Black background for masks
SAM_MODEL_ENABLED = False # Segment Anything Model for Auto Annotation
SAM_MODEL_ENABLED = False # Segment Anything Model for auto bounding box selection
```

```Javascript
Expand All @@ -256,7 +256,7 @@ const config = {
CIRCLE: 2,
BOUNDING_BOX: 2
},
SAM_MODEL_ENABLED: false, // displays button that allows auto annotation using SAM
SAM_MODEL_ENABLED: false, // displays button that allows auto bounding box selection
SHOW_CLASS_DISTRIBUTION: true // displays annotated class distribution bar chart
};
```
Expand Down

0 comments on commit b284970

Please sign in to comment.