Add Chinese Modes and Tasks Docs (#6274)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
795b95bdcb
commit
e3a538bbde
293 changed files with 3681 additions and 736 deletions
|
|
@ -1,54 +0,0 @@
|
|||
---
|
||||
description: Explore Ultralytics methods for mask data processing, transformation and encoding. Deepen your understanding of RLE encoding, image cropping and more.
|
||||
keywords: Ultralytics, Mask Data, Transformation, Encoding, RLE encoding, Image cropping, Pytorch, SAM, AMG, Ultralytics model
|
||||
---
|
||||
|
||||
# Reference for `ultralytics/models/sam/amg.py`
|
||||
|
||||
!!! note
|
||||
|
||||
Full source code for this file is available at [https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/sam/amg.py](https://github.com/ultralytics/ultralytics/blob/main/ultralytics/models/sam/amg.py). Help us fix any issues you see by submitting a [Pull Request](https://docs.ultralytics.com/help/contributing/) 🛠️. Thank you 🙏!
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.is_box_near_crop_edge
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.batch_iterator
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.calculate_stability_score
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.build_point_grid
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.build_all_layer_point_grids
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.generate_crop_boxes
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.uncrop_boxes_xyxy
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.uncrop_points
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.uncrop_masks
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.remove_small_regions
|
||||
<br><br>
|
||||
|
||||
---
|
||||
## ::: ultralytics.models.sam.amg.batched_mask_to_box
|
||||
<br><br>
|
||||
Loading…
Add table
Add a link
Reference in a new issue