From 9467562f6ecc7be4e26ff33609885e5739708497 Mon Sep 17 00:00:00 2001 From: "Hoang@RTX4080" Date: Sun, 14 Jul 2024 11:40:13 +0900 Subject: [PATCH] The latest Grad CAM doesn't work with the example, suggest grad-cam==1.4.8 because it works --- docs/en/get_started/15_minutes_object_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/get_started/15_minutes_object_detection.md b/docs/en/get_started/15_minutes_object_detection.md index 354b2e708..694a3fe09 100644 --- a/docs/en/get_started/15_minutes_object_detection.md +++ b/docs/en/get_started/15_minutes_object_detection.md @@ -375,7 +375,7 @@ Based on the above feature map visualization, we can analyze Grad CAM at the fea Install `grad-cam` package: ```shell -pip install "grad-cam" +pip install "grad-cam==1.4.8" ``` (a) View Grad CAM of the minimum output feature map of the neck