Skip to content

Commit

Permalink
update md
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Feb 7, 2022
1 parent 97528f4 commit b1e86da
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions vision_encoder_decoder_blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ image.resize(np.asarray(shape).transpose())



![png](output_17_1.png)
![](https://raw.githubusercontent.com/ydshieh/notebooks/master/images/vision_encoder_decoder_outputs/output_17_1.png)



Expand Down Expand Up @@ -365,7 +365,7 @@ display(patched_1d.crop(box=(left, upper, right, lower)))



![png](output_24_0.png)
![](https://raw.githubusercontent.com/ydshieh/notebooks/master/images/vision_encoder_decoder_outputs/output_24_0.png)



Expand All @@ -375,7 +375,7 @@ display(patched_1d.crop(box=(left, upper, right, lower)))



![png](output_24_2.png)
![](https://raw.githubusercontent.com/ydshieh/notebooks/master/images/vision_encoder_decoder_outputs/output_24_2.png)



Expand Down Expand Up @@ -943,7 +943,7 @@ weighted_image



![png](output_60_0.png)
![](https://raw.githubusercontent.com/ydshieh/notebooks/master/images/vision_encoder_decoder_outputs/output_60_0.png)



Expand All @@ -954,6 +954,7 @@ import matplotlib.pyplot as plt
plt.matshow(heatmap)
```

![](https://raw.githubusercontent.com/ydshieh/notebooks/master/images/vision_encoder_decoder_outputs/heatmap.png)

```python
superimposed_img
Expand All @@ -963,7 +964,7 @@ superimposed_img



![png](output_62_0.png)
![](https://raw.githubusercontent.com/ydshieh/notebooks/master/images/vision_encoder_decoder_outputs/output_62_0.png)



Expand All @@ -990,7 +991,7 @@ weighted_image



![png](output_64_1.png)
![](https://raw.githubusercontent.com/ydshieh/notebooks/master/images/vision_encoder_decoder_outputs/output_64_1.png)



Expand Down

0 comments on commit b1e86da

Please sign in to comment.