Skip to content

Commit ee9ffca

Browse files
committed
changed readme
1 parent 9e0c79e commit ee9ffca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patched_yolo_infer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Example of using various functions for visualizing basic YOLOv8/v9 inference res
2727
## Usage
2828

2929
### 1. Patch-Based-Inference
30-
To carry out patch-based inference of YOLO models using our library, you need to follow a sequential procedure. First, you create an instance of the MakeCropsDetectThem class, providing all desired parameters related to YOLO inference and the patch segmentation principle.<br/> Subsequently, you pass the obtained object of this class to CombineDetections, which facilitates the consolidation of all predictions from each overlapping crop, followed by intelligent suppression of duplicates. <br/>Upon completion, you receive the result, from which you can extract the desired outcome of frame processing.
30+
To carry out patch-based inference of YOLO models using our library, you need to follow a sequential procedure. First, you create an instance of the `MakeCropsDetectThem` class, providing all desired parameters related to YOLO inference and the patch segmentation principle.<br/> Subsequently, you pass the obtained object of this class to `CombineDetections`, which facilitates the consolidation of all predictions from each overlapping crop, followed by intelligent suppression of duplicates. <br/>Upon completion, you receive the result, from which you can extract the desired outcome of frame processing.
3131

3232
The output obtained from the process includes several attributes that can be leveraged for further analysis or visualization:
3333

0 commit comments

Comments
 (0)