Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/get_started/15_minutes_object_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down