Skip to content

Commit aa53d81

Browse files
authoredDec 12, 2018
Update readme.md
1 parent 5c2db95 commit aa53d81

File tree

1 file changed

+5
-3
lines changed
  • 3-4_part object detection grab screen

1 file changed

+5
-3
lines changed
 

‎3-4_part object detection grab screen/readme.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TensorFlow Object Detection merged with grabscreen part #1
1+
# Part #1. TensorFlow Object Detection merged with grabscreen
22
### Original text version of tutorial you can visit [here](http://pylessons.com/Tensorflow-object-detection-merged-grab-screen/).
33

44
[![IMAGE ALT TEXT](https://github.com/pythonlessons/TensorFlow-object-detection-tutorial/blob/master/1_part%20images/3_YouTube.JPG)](http://www.youtube.com/watch?v=X1kBo_h0J2s "TensorFlow real time car object detection merged with desktop grab screen")
@@ -162,9 +162,11 @@ So I tried to use this slow object detection method on image where you can see c
162162

163163

164164
And here is the results of frames per second working with TensorFlow CPU version. In average, it is about 7 seconds to receive one frame per second. So if we would like to use it for real time purpose, this would be impossible to do something useful with it. So we need to make it work much faster, we are doing so in second part below.
165-
![IMAGE ALT TEXT](https://github.com/pythonlessons/TensorFlow-object-detection-tutorial/blob/master/1_part%20images/FPS%20slow.JPG)
165+
<p align="center">
166+
<img src="https://github.com/pythonlessons/TensorFlow-object-detection-tutorial/blob/master/1_part%20images/FPS%20slow.JPG"
167+
</p>
166168

167-
# TensorFlow Object Detection merged with grabscreen part #2
169+
# Part #2. TensorFlow Object Detection merged with grabscreen
168170
### Original text version of tutorial you can visit [here](http://pylessons.com/Tensorflow-object-detection-merged-grab-screen-faster/).
169171

170172
[![IMAGE ALT TEXT](https://github.com/pythonlessons/TensorFlow-object-detection-tutorial/blob/master/1_part%20images/4_YouTube.JPG)](http://www.youtube.com/watch?v=fUbjXsMovtM "TensorFlow realtime object detection making it to work fast")

0 commit comments

Comments
 (0)
Please sign in to comment.