Skip to content

Commit

Permalink
Update docs/source/en/tasks/mask_generation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Khalusova <[email protected]>
  • Loading branch information
merveenoyan and MKhalusova authored Feb 6, 2024
1 parent 67119e0 commit d04c329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/tasks/mask_generation.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ mask = processor.image_processor.post_process_masks(
)[0][0][0].numpy()
```
You can see the bounding box around the bee like below.
You can visualize the bounding box around the bee as shown below.
```python
import matplotlib.patches as patches
Expand Down

0 comments on commit d04c329

Please sign in to comment.