Skip to content

Commit d944602

Browse files
author
zhaoyanan
committed
feat(IMSEE): modify imsee-sdk for windows.
Signed-off-by: zhaoyanan <[email protected]>
1 parent 38bd81f commit d944602

File tree

8 files changed

+3
-5
lines changed

8 files changed

+3
-5
lines changed

demo/build-demo.bat

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ echo.
2323

2424
cd ..
2525
copy %cd%\..\src\detector\lib\win10-x64\MNN.dll %cd%\output\bin\MNN.dll
26-
copy %cd%\..\lib\win10-x64\indemind.dll %cd%\output\bin\indemind.dll
26+
copy %cd%\..\lib\others\win10-x64-vs15-opencv3.4.3\indemind.dll %cd%\output\bin\indemind.dll
2727
copy %cd%\..\src\detector\config\blazeface.mnn %cd%\output\bin\blazeface.mnn
28-
copy %cd%\..\src\driver\lib\win64\usbdriver.dll %cd%\output\bin\usbdriver.dll
29-
copy %cd%\..\src\driver\lib\win64\windriver.dll %cd%\output\bin\windriver.dll
3028

3129
::pause
3230
exit

lib/others/win10-x64-vs19-opencv3.4.3/Readme.txt renamed to lib/others/win10-x64-vs15-opencv3.4.3/Readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ indemind.lib
33
indemind.dll
44

55
操作系统:win10(x64)
6-
编译工具:visual studio 2019
6+
编译工具:visual studio 2015
77
编译平台:x64
88
opencv版本:opencv 3.4.3
99
boost版本:1.73.0
Binary file not shown.
Binary file not shown.

lib/win10-x64/Readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ indemind.lib
33
indemind.dll
44

55
操作系统:win10(x64)
6-
编译工具:visual studio 2019
6+
编译工具:visual studio 2015
77
编译平台:x64
88
opencv版本:opencv 3.3.1
99
boost版本:1.73.0

lib/win10-x64/indemind.dll

152 KB
Binary file not shown.

lib/win10-x64/indemind.lib

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)