diff --git a/README.md b/README.md index 741b8ff2..7664a25c 100644 --- a/README.md +++ b/README.md @@ -99,15 +99,17 @@ you. For example: | Tool | Description | | --- | --- | | CLIP | CLIP is a tool that can classify or tag any image given a set of input classes or tags. | +| ImageCaption| ImageCaption is a tool that can generate a caption for an image. | | GroundingDINO | GroundingDINO is a tool that can detect arbitrary objects with inputs such as category names or referring expressions. | | GroundingSAM | GroundingSAM is a tool that can detect and segment arbitrary objects with inputs such as category names or referring expressions. | -| Counter | Counter detects and counts the number of objects in an image given an input such as a category name or referring expression. | +| DINOv | DINOv is a tool that can detect arbitrary objects with using a referring mask. | +| ExtractFrames | ExtractFrames extracts frames with motion from a video. | | Crop | Crop crops an image given a bounding box and returns a file name of the cropped image. | | BboxArea | BboxArea returns the area of the bounding box in pixels normalized to 2 decimal places. | | SegArea | SegArea returns the area of the segmentation mask in pixels normalized to 2 decimal places. | | 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. | -| ExtractFrames | ExtractFrames extracts frames with motion from a video. | +| BoxDistance | BoxDistance returns the minimum distance between two bounding boxes normalized to 2 decimal places. | It also has a basic set of calculate tools such as add, subtract, multiply and divide.