Skip to content

Commit

Permalink
Update opencv version trying to resolve the AttributeError issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tao Sun committed Sep 14, 2022
1 parent f8efade commit a86c4a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import os
os.system("python3 -m pip install opencv-python-headless mxnet opencv-python==4.5.5.64")
os.system("python3 -m pip install opencv-python-headless mxnet opencv-python==4.6.0.66")

import json
import os
Expand Down

0 comments on commit a86c4a5

Please sign in to comment.