Update annotators.md
included description of what annotators are; clarified how to use the visualization widget
This commit is contained in:
parent
8755bc8391
commit
51e2f9e462
|
|
@ -5,6 +5,8 @@ status: new
|
|||
|
||||
# Annotators
|
||||
|
||||
Annotators accept detections and apply box or mask visualizations to the detections. Annotators have many available styles.
|
||||
|
||||
=== "Box"
|
||||
|
||||
```python
|
||||
|
|
@ -482,8 +484,8 @@ status: new
|
|||
</div>
|
||||
|
||||
<div class="md-typeset">
|
||||
<h2>Try Supervision Annotators with your own images</h2>
|
||||
Detects COCO classes such as people, vehicles, animals, household items.
|
||||
<h2>Visualize Supervision Annotators on your own images</h2>
|
||||
Note this visualization uses a COCO model (default detects classes such as people, vehicles, animals, household items) to visualize annotators. If annotators do not appear, your image may not found by the COCO model.
|
||||
</div>
|
||||
|
||||
<div style="height: 400px; width: 100%; border-radius: 8px; overflow: hidden;"><iframe src="https://app.roboflow.com/workflows/embed/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ3b3JrZmxvd0lkIjoiNDdtd2xuWW16S25VNWtOYUZjMG8iLCJ3b3Jrc3BhY2VJZCI6ImtyT1RBYm5jRmhvUU1DZExPbGU0IiwidXNlcklkIjoiRVJNUFBZY3FQMmZWWjB1NkRpNXZaYXJDdlZPMiIsImlhdCI6MTcyNjgzOTM2N30.gj2F6SnmmURAScJe4PTC1raUXsAK5mZyrUIGIJ44NhM?hideToolbar=true&hideHeader=true&defaultVisual=true" loading="lazy" title="Roboflow Workflow for Supervision Annotators" style="width: 100%; height: 100%; min-height: 400px; border: none;"></iframe></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue