Skip to content

Commit

Permalink
update requirements for converting loftr weights to onnx
Browse files Browse the repository at this point in the history
  • Loading branch information
xmba15 committed Mar 19, 2023
1 parent 275e134 commit 814e39b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ If this work somehow makes your day, maybe you can consider :)

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


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

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.
Expand Down
3 changes: 3 additions & 0 deletions scripts/loftr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
kornia==0.6.10
onnx==1.13.1
onnxruntime
einops==0.3.0
yacs>=0.1.8

0 comments on commit 814e39b

Please sign in to comment.