Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 3 |
tags:
|
| 4 |
- medical-imaging
|
| 5 |
- pcos-detection
|
|
@@ -224,7 +224,7 @@ img = img.astype(np.float32) / 255.0
|
|
| 224 |
img_array = np.expand_dims(img, axis=0)
|
| 225 |
```
|
| 226 |
|
| 227 |
-
##
|
| 228 |
|
| 229 |
- **Red/Hot regions**: High importance for prediction (follicles, cysts)
|
| 230 |
- **Blue/Cool regions**: Low influence on decision
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
tags:
|
| 4 |
- medical-imaging
|
| 5 |
- pcos-detection
|
|
|
|
| 224 |
img_array = np.expand_dims(img, axis=0)
|
| 225 |
```
|
| 226 |
|
| 227 |
+
## Understanding Grad-CAM Output
|
| 228 |
|
| 229 |
- **Red/Hot regions**: High importance for prediction (follicles, cysts)
|
| 230 |
- **Blue/Cool regions**: Low influence on decision
|