From 8ade171bb9a83efcfbf9d4523aa6ddf1a2ae42be Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Wed, 18 Sep 2024 14:14:21 +0800 Subject: [PATCH] Add more resources Signed-off-by: Jael Gu --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b0789a8..2b19471 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ and a corresponding vector in numpy.ndarray given a video input data. - features: a video embedding in shape of (768,) representing features extracted by model. + + # More Resources - [Understanding Class Activation Mapping (CAM) in Deep Learning - Zilliz blog](https://zilliz.com/learn/class-activation-mapping-CAM): Class Activation Mapping (CAM) is used to visualize and understand the decision-making of convolutional neural networks (CNNs) for computer vision tasks.