Skip to content

Commit 814e39b

Browse files
committed
update requirements for converting loftr weights to onnx
1 parent 275e134 commit 814e39b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ If this work somehow makes your day, maybe you can consider :)
44

55
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/xmba15)
66

7-
87
# small c++ library to quickly use [onnxruntime](https://github.com/microsoft/onnxruntime) to deploy deep learning models
98

109
Thanks to [cardboardcode](https://github.com/cardboardcode), we have [the documentation](https://onnx-runtime-cpp.readthedocs.io/en/latest/index.html) for this small library.

scripts/loftr/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
kornia==0.6.10
2+
onnx==1.13.1
23
onnxruntime
4+
einops==0.3.0
5+
yacs>=0.1.8

0 commit comments

Comments
 (0)