删除错误模型,opencv降低版本至3.4.10

This commit is contained in:
liuyulvv 2022-08-11 18:51:05 +08:00
parent c42772c469
commit 7fdc966271
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ licenses(["notice"]) # BSD license
exports_files(["LICENSE"])
OPENCV_VERSION = "3415" # 3.4.15
OPENCV_VERSION = "3410" # 3.4.10
config_setting(
name = "opt_build",
@ -17,7 +17,7 @@ config_setting(
values = {"compilation_mode": "dbg"},
)
# The following build rule assumes that the executable "opencv-3.4.15-vc14_vc15.exe"
# The following build rule assumes that the executable "opencv-3.4.10-vc14_vc15.exe"
# is downloaded and the files are extracted to local.
# If you install OpenCV separately, please modify the build rule accordingly.
cc_library(