From 25cca94926e6005f3bc02b817569d8c14a687b98 Mon Sep 17 00:00:00 2001 From: Dillon Laird Date: Tue, 23 Apr 2024 17:11:54 -0700 Subject: [PATCH] add box contains --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49defdf6..48675938 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ you. For example: | BboxIoU | BboxIoU returns the intersection over union of two bounding boxes normalized to 2 decimal places. | | SegIoU | SegIoU returns the intersection over union of two segmentation masks normalized to 2 decimal places. | | BoxDistance | BoxDistance returns the minimum distance between two bounding boxes normalized to 2 decimal places. | +| BboxContains | BboxContains returns the intersection of two boxes over the target box area. It is good for check if one box is contained within another box. | | ExtractFrames | ExtractFrames extracts frames with motion from a video. | | ZeroShotCounting | ZeroShotCounting returns the total number of objects belonging to a single class in a given image | | VisualPromptCounting | VisualPromptCounting returns the total number of objects belonging to a single class given an image and visual prompt |