Spaces:
Running
on
Zero
Running
on
Zero
Update stf/stf-api-alternative/src/stf_alternative/compose.py
Browse files
stf/stf-api-alternative/src/stf_alternative/compose.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
from pathlib import Path
|
2 |
|
3 |
-
import cv2
|
4 |
import numpy as np
|
5 |
import pandas as pd
|
6 |
|
|
|
1 |
from pathlib import Path
|
2 |
|
3 |
+
import cv2; cv2.setNumThreads(0); cv2.ocl.setUseOpenCL(False)
|
4 |
import numpy as np
|
5 |
import pandas as pd
|
6 |
|