We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aead3 commit 03e764aCopy full SHA for 03e764a
README.md
@@ -0,0 +1,9 @@
1
+# DeDoDe-onnxrun-cpp-py
2
+使用ONNXRuntime部署DeDoDe:"局部特征匹配:检测,不要描述——描述,不要检测"。依然是C++和Python两个版本的程序
3
+
4
+训练源码地址是:https://github.com/Parskatt/DeDoDe
5
6
+onnx文件在百度云盘,链接:https://pan.baidu.com/s/1q2aDXmpCLE__15xyW1IuJw
7
+提取码:okqw
8
+由于本套程序是端到端的关键点检测和匹配的,因此在加载onnx文件时,需要选择weights文件夹里的以dedode_end2end开头的onnx文件。
9
+检测,描述,分开的onnx文件也在weights文件夹,有兴趣的开发者,可以编写多个阶段的程序
0 commit comments