Skip to content

Commit 8df4886

Browse files
committed
add support for tensorflow version 2.x
1 parent c745580 commit 8df4886

12 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ See required commands to install OpenCV on Ubuntu in [here](https://gist.github.
101101

102102
**3.) TensorFlow**
103103

104-
Install TensorFlow (version 1.5.0 is required) by invoking one of the following commands:
104+
Install TensorFlow by invoking one of the following commands:
105105

106-
$ pip3 install tensorflow==1.5.0 # Python 3.n; CPU support (no GPU support)
107-
$ pip3 install tensorflow-gpu==1.5.0 # Python 3.n; GPU support
106+
$ pip3 install tensorflow # Python 3.n; CPU support (no GPU support)
107+
$ pip3 install tensorflow-gpu # Python 3.n; GPU support
108+
109+
Please uncomment the lines in
108110

109111
**4.) TensorFlow Object Detection API**
110112

60 KB
Loading
12.8 KB
Loading
19.1 KB
Loading
24.7 KB
Loading
16 KB
Loading
19.5 KB
Loading
14.5 KB
Loading
18.2 KB
Loading

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
numpy
22
scipy
33
scikit-image
4-
tensorflow==1.5.0
4+
tensorflow>1.4.0
55
opencv-python
66
packaging
77

0 commit comments

Comments
 (0)