Add CropAnnotator image example
This commit is contained in:
parent
059633435c
commit
d061a4c89b
|
|
@ -366,6 +366,12 @@ Annotators accept detections and apply box or mask visualizations to the detecti
|
|||
detections=detections
|
||||
)
|
||||
```
|
||||
<div class="result" markdown>
|
||||
|
||||
{ align=center width="800" }
|
||||
|
||||
</div>
|
||||
-->
|
||||
|
||||
=== "Blur"
|
||||
|
|
|
|||
|
|
@ -2533,6 +2533,9 @@ class CropAnnotator(BaseAnnotator):
|
|||
detections=detections
|
||||
)
|
||||
```
|
||||
|
||||

|
||||
"""
|
||||
assert isinstance(scene, np.ndarray)
|
||||
crops = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue