Skip to content

Commit 5f41eea

Browse files
Update README.md
1 parent 2768ad9 commit 5f41eea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

9_part grab screen multiprocessing/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Grab screen with multiprocessings
2-
### Original text version of tutorial you can visit [here](http://pylessons.com/).
2+
### Original text version of tutorial you can visit [here](https://pylessons.com/Tensorflow-object-detection-grab-screen-multiprocessing/).
33

44
Welcome everyone to part 9 of our TensorFlow object detection API series. This tutorial will be a little different from previous tutorials.
55
UPDATE. I updated this tutorial, added grab screen code using multiprocessing pipes.
@@ -97,4 +97,4 @@ Here is results with multiprocessing:
9797

9898
We can see that average is about 32 FPS. So our final result is that our grab screen improved in around 50%. I would like like to impove it more, but for now I don't have ideas how to do that. Anyway results are much better than before !
9999

100-
### Original text version of tutorial you can visit [here](http://pylessons.com/).
100+
### Original text version of tutorial you can visit [here](https://pylessons.com/Tensorflow-object-detection-grab-screen-multiprocessing/).

0 commit comments

Comments
 (0)