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
Copy file name to clipboardExpand all lines: 9_part grab screen multiprocessing/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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/).
3
3
4
4
Welcome everyone to part 9 of our TensorFlow object detection API series. This tutorial will be a little different from previous tutorials.
5
5
UPDATE. I updated this tutorial, added grab screen code using multiprocessing pipes.
@@ -97,4 +97,4 @@ Here is results with multiprocessing:
97
97
98
98
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 !
99
99
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