Skip to content

Commit 5c2db95

Browse files
Update readme.md
1 parent 955c26a commit 5c2db95

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,6 @@ with detection_graph.as_default():
219219
```
220220

221221
Same as in 3-rd part, we are testing how fast it is working. To compare results we got in 3-rd tutorial part we are taking the same picture, with the same object count in it. In bellow image, you can see significant difference comparing what we had before, it is in average 1 FPS. If you will run it on GPU you will get from 5 to 10 times boost.
222-
![IMAGE ALT TEXT](https://github.com/pythonlessons/TensorFlow-object-detection-tutorial/blob/master/1_part%20images/FPS%20fast.JPG)
222+
<p align="center">
223+
<img src="https://github.com/pythonlessons/TensorFlow-object-detection-tutorial/blob/master/1_part%20images/FPS%20fast.JPG"
224+
</p>

0 commit comments

Comments
 (0)