From 52c6d6929d52c31a45ee6f31c0f8f8e888af6a84 Mon Sep 17 00:00:00 2001 From: JasonSung <42314340+LolipopJ@users.noreply.github.com> Date: Sat, 3 Aug 2024 15:30:11 +0800 Subject: [PATCH] docs(README.md): add related projects chapter --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2bafbe4..6a1795b 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,10 @@ return self.session.run([], {self.model_input: norm_img_data})[0] - [ ] 移植到 C++ 使用 - [ ] 替换 digiKam 内的模糊搜索 +### 相关项目 + + - [dupimg-finder](https://github.com/LolipopJ/dupimg-finder):基于 Electron 实现的桌面端重复(相似)图像查找工具。 + ### References - [EfficientNet PyTorch](https://github.com/lukemelas/EfficientNet-PyTorch) - [Once For All](https://github.com/mit-han-lab/once-for-all)