Closed vincelhx closed 1 month ago
For the import cv2 issue, the change I did wasn't enough. I just tested in production to do
try: import cv2 except: import cv2
and it works... Do you think we implement that ? Maybe include it in this PR?
I changed it. Maybe you can test again ?
I already tested it by directly modifying the code like that in production
make html is ok
For the import cv2 issue, the change I did wasn't enough. I just tested in production to do
and it works... Do you think we implement that ? Maybe include it in this PR?