You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install instruction could be improved by adding the commands for creating a conda env and installing the required libraries using a requirement.txt file.
For me I had to: pip install tensorflow=1.9.0 opencv-python==3.4.13.47 imageio
Through executing the test script and installing missing libraries until it worked.
The text was updated successfully, but these errors were encountered:
Install instruction could be improved by adding the commands for creating a conda env and installing the required libraries using a requirement.txt file.
For me I had to:
pip install tensorflow=1.9.0 opencv-python==3.4.13.47 imageio
Through executing the test script and installing missing libraries until it worked.
The text was updated successfully, but these errors were encountered: