yerang commited on
Commit
3aa3e3a
·
verified ·
1 Parent(s): 749e6ac

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, cv2.setNumThreads(0); cv2.ocl.setUseOpenCL(False)
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