From 3159f91b90a5bc68b275f8688472ba8917a834da Mon Sep 17 00:00:00 2001 From: zachcp Date: Mon, 18 Nov 2024 22:07:07 -0500 Subject: 20241118 docs (#2629) * module docs * varbuilder gguf docs * add a link to gguf files * small additonal mod doc titles * safetensor docs * more core docs * more module docs in canlde_core * 2 more link fixes --- candle-transformers/src/object_detection.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'candle-transformers/src/object_detection.rs') diff --git a/candle-transformers/src/object_detection.rs b/candle-transformers/src/object_detection.rs index e922075f..d1b78cfa 100644 --- a/candle-transformers/src/object_detection.rs +++ b/candle-transformers/src/object_detection.rs @@ -1,3 +1,9 @@ +//! Bounding Boxes and Intersection +//! +//! This module provides functionality for handling bounding boxes and their manipulation, +//! particularly in the context of object detection. It includes tools for calculating +//! intersection over union (IoU) and non-maximum suppression (NMS). + /// A bounding box around an object. #[derive(Debug, Clone)] pub struct Bbox { -- cgit v1.2.3