diff options
Diffstat (limited to 'AutoVideosGPU.py')
-rw-r--r-- | AutoVideosGPU.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AutoVideosGPU.py b/AutoVideosGPU.py index 2719a9b..3ed13c2 100644 --- a/AutoVideosGPU.py +++ b/AutoVideosGPU.py @@ -1,4 +1,7 @@ import GPU + +#GPU.platform_id = -1 #Remove the # at the start of the line to choose platform + import numpy as np import random import cv2 |