Skip to content

Commit

Permalink
Update the backend dependency list a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
pevogam committed Mar 23, 2018
1 parent 65e0067 commit fb6c230
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Homepage: http://guibot.org

Documentation: http://guibot.readthedocs.io

Installation: https://github.com/intra2net/guibot/blob/master/packaging/backend_dependencies.lst
Installation: https://github.com/intra2net/guibot/blob/master/packaging/backend_dependencies.md

Issue tracking: https://github.com/intra2net/guibot/issues
2 changes: 1 addition & 1 deletion docs/api/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Homepage: http://guibot.org
Documentation: http://guibot.readthedocs.io

Installation:
https://github.com/intra2net/guibot/blob/master/packaging/backend\_dependencies.lst
https://github.com/intra2net/guibot/blob/master/packaging/backend\_dependencies.md

Issue tracking: https://github.com/intra2net/guibot/issues

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*** Dependencies ***
# Dependencies

Here is a hierarchical list of dependencies depending on your choice of computer vision and desktop
control backends. In addition it includes problems you can encounter and ways to solve them. For
windows, you just need to find the required packages most of which are fully available as well.
Expand All @@ -20,7 +21,7 @@ windows, you just need to find the required packages most of which are fully ava
- on Ubuntu there is an error with the alert module import
- solution is to comment it in the __init__ module since we don't need it anyway
- contour, template, feature, cascade matching
- numpy, opencv, opencv-python (python-numpy, opencv-python on ubuntu)
- numpy, opencv, opencv-python (python-numpy, python-opencv on ubuntu)
- text matching (OCR)
- numpy, opencv, opencv-python (same as above)
- tesseract
Expand Down Expand Up @@ -50,7 +51,7 @@ windows, you just need to find the required packages most of which are fully ava
- deep learning based matching
- pyTorch
- steps:
pip install http://download.pytorch.org/whl/cu75/torch-0.1.11.post5-cp27-none-linux_x86_64.whl
pip install http://download.pytorch.org/whl/cu75/torch-0.1.11.post5-cp27-none-linux_x86_64.whl
pip install torchvision
- notes:
- on Fedora and CentOS this should suffice
Expand Down

0 comments on commit fb6c230

Please sign in to comment.