Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github: seoyunje
buy_me_a_coffee: seoyunje
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

<p align="center">
<a href="README_KR.md"><b>🇰🇷 한국어 버전</b></a> |
<a href="README_JP.md"><b>🇯🇵 日本語版</b></a> |
<a href="#-model-evaluation"><b>📈 Model Evaluation</b></a> |
<a href="#-predict-image--video"><b>🔮 Try Demo</b></a>
</p>
Expand Down Expand Up @@ -418,9 +419,9 @@ result = explainer.display_heatmap_bbox_on_image(
<p align="center">
<table>
<tr>
<td><img src="/docs/architectures/low_branch.gif" width="100%"></td>
<td><img src="docs/architectures/low_branch.gif" width="100%"></td>
<td width="20%"></td>
<td><img src="/docs/architectures/high_branch.gif" width="100%"></td>
<td><img src="docs/architectures/high_branch.gif" width="100%"></td>
</tr>
</table>
</p>
Expand Down
Loading
Loading