swapniel99 commited on
Commit
d0473a2
·
1 Parent(s): 078d10a

update default transparency

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,13 +21,13 @@ license: mit
21
  - **Top Classes**: Choose the number of top predicted classes to display along with their respective confidence scores.
22
  - **Enable GradCAM**: Check this box to display the GradCAM overlay on the input image. Uncheck it to view only the original image.
23
  - **Network Layers**: Select the target layers for GradCAM visualization. The default values are -2 and -1.
24
- - **Transparency**: Control the transparency of the GradCAM overlay. The default value is 0.5.
25
 
26
  3. **Misclassified Examples Tab**:
27
  - **No. of Examples**: Control the number of misclassified examples displayed in the gallery. The default value is 20.
28
  - **Enable GradCAM**: Check this box to display the GradCAM overlay on the misclassified images. Uncheck it to view only the original images.
29
  - **Network Layer**: Adjust the target layer for GradCAM visualization. The default value is -2.
30
- - **Transparency**: Control the transparency of the GradCAM overlay. The default value is 0.5.
31
 
32
  4. After adjusting the settings, click the "Submit" button to see the results.
33
 
 
21
  - **Top Classes**: Choose the number of top predicted classes to display along with their respective confidence scores.
22
  - **Enable GradCAM**: Check this box to display the GradCAM overlay on the input image. Uncheck it to view only the original image.
23
  - **Network Layers**: Select the target layers for GradCAM visualization. The default values are -2 and -1.
24
+ - **Transparency**: Control the transparency of the GradCAM overlay. The default value is 0.7.
25
 
26
  3. **Misclassified Examples Tab**:
27
  - **No. of Examples**: Control the number of misclassified examples displayed in the gallery. The default value is 20.
28
  - **Enable GradCAM**: Check this box to display the GradCAM overlay on the misclassified images. Uncheck it to view only the original images.
29
  - **Network Layer**: Adjust the target layer for GradCAM visualization. The default value is -2.
30
+ - **Transparency**: Control the transparency of the GradCAM overlay. The default value is 0.7.
31
 
32
  4. After adjusting the settings, click the "Submit" button to see the results.
33