Update prediction Results docs (#4139)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8870084645
commit
11d0488bf1
107 changed files with 1451 additions and 1317 deletions
|
|
@ -3,87 +3,76 @@ description: Explore Ultralytics methods for mask data processing, transformatio
|
|||
keywords: Ultralytics, Mask Data, Transformation, Encoding, RLE encoding, Image cropping, Pytorch, SAM, AMG, Ultralytics model
|
||||
---
|
||||
|
||||
## MaskData
|
||||
# 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).
|
||||
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.MaskData
|
||||
## ::: ultralytics.models.sam.amg.MaskData
|
||||
<br><br>
|
||||
|
||||
## is_box_near_crop_edge
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.is_box_near_crop_edge
|
||||
## ::: ultralytics.models.sam.amg.is_box_near_crop_edge
|
||||
<br><br>
|
||||
|
||||
## box_xyxy_to_xywh
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.box_xyxy_to_xywh
|
||||
## ::: ultralytics.models.sam.amg.box_xyxy_to_xywh
|
||||
<br><br>
|
||||
|
||||
## batch_iterator
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.batch_iterator
|
||||
## ::: ultralytics.models.sam.amg.batch_iterator
|
||||
<br><br>
|
||||
|
||||
## mask_to_rle_pytorch
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.mask_to_rle_pytorch
|
||||
## ::: ultralytics.models.sam.amg.mask_to_rle_pytorch
|
||||
<br><br>
|
||||
|
||||
## rle_to_mask
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.rle_to_mask
|
||||
## ::: ultralytics.models.sam.amg.rle_to_mask
|
||||
<br><br>
|
||||
|
||||
## area_from_rle
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.area_from_rle
|
||||
## ::: ultralytics.models.sam.amg.area_from_rle
|
||||
<br><br>
|
||||
|
||||
## calculate_stability_score
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.calculate_stability_score
|
||||
## ::: ultralytics.models.sam.amg.calculate_stability_score
|
||||
<br><br>
|
||||
|
||||
## build_point_grid
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.build_point_grid
|
||||
## ::: ultralytics.models.sam.amg.build_point_grid
|
||||
<br><br>
|
||||
|
||||
## build_all_layer_point_grids
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.build_all_layer_point_grids
|
||||
## ::: ultralytics.models.sam.amg.build_all_layer_point_grids
|
||||
<br><br>
|
||||
|
||||
## generate_crop_boxes
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.generate_crop_boxes
|
||||
## ::: ultralytics.models.sam.amg.generate_crop_boxes
|
||||
<br><br>
|
||||
|
||||
## uncrop_boxes_xyxy
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.uncrop_boxes_xyxy
|
||||
## ::: ultralytics.models.sam.amg.uncrop_boxes_xyxy
|
||||
<br><br>
|
||||
|
||||
## uncrop_points
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.uncrop_points
|
||||
## ::: ultralytics.models.sam.amg.uncrop_points
|
||||
<br><br>
|
||||
|
||||
## uncrop_masks
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.uncrop_masks
|
||||
## ::: ultralytics.models.sam.amg.uncrop_masks
|
||||
<br><br>
|
||||
|
||||
## remove_small_regions
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.remove_small_regions
|
||||
## ::: ultralytics.models.sam.amg.remove_small_regions
|
||||
<br><br>
|
||||
|
||||
## coco_encode_rle
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.coco_encode_rle
|
||||
## ::: ultralytics.models.sam.amg.coco_encode_rle
|
||||
<br><br>
|
||||
|
||||
## batched_mask_to_box
|
||||
---
|
||||
### ::: ultralytics.models.sam.amg.batched_mask_to_box
|
||||
## ::: ultralytics.models.sam.amg.batched_mask_to_box
|
||||
<br><br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue