Skip to content

Commit

Permalink
Solved conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
scumatteo committed Jan 28, 2021
2 parents 4bd085c + 2d8c952 commit 4453883
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
Binary file added media/EfficientNetB0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/EfficientNetB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/InceptionResNetV2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/InceptionV3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/MobileNet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/MobileNetV2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/ResNet50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/ResNet50V2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/Xception.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ def __overlay_gradCAM(img, cam3):
def __vis_heatmap(cam, cam3, heatmap):
fig, ax = plt.subplots(1, 3, figsize=(15,15))
ax[0].imshow(cam)
ax[0].set_title("HeatMap")
ax[0].set_title("Cam")
ax[1].imshow(cam3)
ax[1].set_title("HeatMap Relu")
ax[1].set_title("Cam Relu")
ax[2].imshow(heatmap[0])
ax[2].set_title("Image with HeatMap")
plt.tight_layout()
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4453883

Please sign in to comment.