http://hiraclid.blogspot.kr/2016/06/windows-visual-studiodlib.html

 

 

요약

0. Visual Studio Express 2015버전을 설치한다. face detection 또는 facelandmarks detection 이용하려면 opencv도 설치해야한다. (matlab으로 lbp뽑으려면 vlfeat도 설치해야. vlfeat도 업데이트되어 20180328현재 다시 새버전으로 설치. vlfeat를 쓰려면 mex파일로 만들어야하는데, 이 때 윈도우용 mex컴파일러가 필요하다. mex컴파일러 설치방법은 https://www.mathworks.com/matlabcentral/answers/233850-how-can-i-install-sdk-7-1-on-windows-10 참조)

 

1. dlib 파일 (예:dlib-19.10)과 cmake 파일 (예:cmake-3.7.0-rc1-win32-x86)을 다운받아 압축을 푼다.

2. 윈도우 커맨드창을 열고 dlib-19.10\examples 경로로 이동한 후 bulid폴더를 만든다.

[D:\Research\dlib\dlib-19.10\examples>mkdir build]

3. build폴더로 이동한다. [D:\Research\dlib\dlib-19.10\examples>cd build]

4. 아래와 같이 [cmake.exe의절대경로 -G "비주얼스튜디오버전" ..]를 입력한다. 가장 뒤에 ' ..'를 꼭 써줘야한다.

[D:\Research\dlib\cmake-3.7.0-rc1-win32-x86\bin\cmake.exe -G "Visual Studio 14 2015 Win64" ..]

5. cmake로 컴파일한다. 시간이 5분정도? 걸린다.

[D:\Research\dlib\dlib-19.10\examples\build>D:\Research\dlib\cmake-3.7.0-rc1-win32-x86\bin\cmake.exe --build . --config Release]

컴파일이 끝나고 가장 끝에 '경고 3개, 오류 0개'라고 뜨면 성공한 것이다.

 

 

 

아래 예제캡춰에서 4번식 가장 뒤에 ' ..'를 꼭 써줘야한다.

 

 

Windows / Visual Studio 환경에 dlib의 도입 방법

안녕하세요. 
오늘은 이미지 처리 및 기계 학습, 얼굴 인식 등의 편리한 고성능 기능을 가진 라이브러리 "dlib"를 사용하여 다양한 시도했기 때문에 그 도입 방법을 비망록으로 정리해 두려고합니다. 

왜 Windows 환경에 도입하는 방법에 관한 기사가 거의 없었기 때문에, 모처럼 이니까 블로그에 올리려고 생각 이르렀습니다. 


내 환경인데, Windows 10에서 Visual Studio 2012를 사용하고 있습니다. 
dlib 버전은 2016 년 현재 최신 (dlib 18.18)를 시도했습니다. 

다음 단계입니다. 



우선 http://dlib.net/ 에서 dlib 다운로드. zip 파일로 다운로드 할 수 있기 때문에 해동하십시오. 이어 dlib을 시험하기 위해 제대로 컴파일해야합니다. 그래서 공식적으로는 cmake를 사용하여 컴파일 할 것을 권장하고 있습니다. http://dlib.net 의 How to compile ( http://dlib.net/compile.html )에도 기재되어있는 링크 ( https://cmake.org/ )에서 cmake를 다운로드하고 있습니다. (이미 cmake를 가지고있는 사람은 특히 새로운 것일 필요도 없습니다) 2016 년 6 월 현재이라고 cmake은 3.5.2이 최신 버전입니다. Source distributions 대신 Binary distributions 분에서 Windows 용 ZIP를 다운로드하십시오. zip을 다운로드 한 후 압축을 적당한 장소에 보관하십시오. cmake를 사용하면 GUI에서 빌드 파일을 만들 수 있습니다 만, 이번은 dlib의 공식 권장하고있는 방법에 따른 명령 프롬프트에서 cmake에 의한 컴파일합니다. How to compile ( http://dlib.net/compile.html )과 같이갑니다. 명령 프롬프트 (Windows 키를 눌러 "cmd"를 치면 나옵니다.)를 사용하여 위의 ① ~ ⑤의 명령을 칠뿐입니다. 그러나 위는 cmake의 경로와 dlib 경로를 생략하고 있기 때문에 완전히 그대로 치면 좋은 것은 아닙니다. 특히 Visual Studio에서 64bit 응용 프로그램을 구현하려는 경우에는 ④의 명령이 다음의 것이됩니다. 그러나이 ④도 Visual Studio 2010 명령이므로주의. Visual Studio 2012이면 "Visual Studio 11 2012 Win64"2015이면 "Visual Studio 12 2015 Win64"입니다. 다음은 실제로 명령 프롬프트에서 친 ① ~ ④의 명령의 모습입니다. 알기 쉽게하기 위해 dlib과 cmake를 모두 바탕 화면에두고있었습니다. ①은 dlib의 examples 폴더로 이동하는 명령 (나의 경우는 바탕 화면에 둔 dlib-18.18 폴더에 있습니다) ②는 examples에서 "build"라는 cmake 용 폴더를 만들 명령, ③ 그 build 폴더로 이동하는 명령입니다. ④를 실행하면 cmake에서 configure와 generate하는 동작이 실행됩니다. cmake를 실행하려면 바탕 화면의 cmake 경로 (다운로드 폴더의 bin 폴더에있는)를 찍을 수 있습니다. 다음과 같이 "Configuring done", "Generating done"라고 나와 Build files ~~라고되어 있으면 OK입니다. 마지막으로 ⑤ 명령을 치면 OK입니다. 다시 말하지만, cmake 경로는 cmake를 둔 위치합니다. 이 명령을 완료하는 데 몇 분 정도 걸립니다. 기본적으로 이것으로 좋은 합니다만, dlib를 빠르게 움직이고 싶은 경우에는 cmake에서 컴파일 할 때 AVX와 SSE4 같은 옵션을 선택해야합니다. AVX의 것이 SSE4보다 빠른 것 같습니다만, 오래된 PC라고 AVX를 지원하지 않는 경우도 있다고합니다. 이 옵션을 지정하고 싶은 경우는 ⑤의 명령 대신 "(cmake 경로) /cmake-gui.exe"라고 쳐 GUI를 사용합니다. AVX와 SSE4 란에 체크 Configure -> Generate 순으로 버튼을 눌러 가면 OK입니다. cmake를 사용한 것은 이상으로 끝에서 dlib의 도입 examples 폴더에있는 샘플 파일을 실행합니다. 다운로드 한 dlib 폴더의 "examples"폴더에 "build"라는 폴더 수 있습니다. (아까 만든 녀석입니다.) 그 안에 "examples.sln"라는 파일 수있을 것입니다. 이것을 Visual Studio에서 엽니 다. 이것을 열면 Examples로 제공되는 대부분의 파일이 프로젝트로 구성되어 있습니다. 이 상태에서 다른 good to go입니다. 우선 F7 키에서 솔루션 파일 (.sln) 전체 빌드합니다. 좀 기다립니다. 이제 드디어 샘플 프로그램을 실행할 수 있습니다. 우선 시험해보고 싶은 프로그램을 선택하십시오. 하나로 결정하면 그 프로젝트 만 수행 할 수있게합니다. 솔루션 쇼 네크 뿌로라 상단의 '솔루션'examples '(85 프로젝트 or 86 프로젝트) "를 오른쪽 클릭하여 속성을 선택하십시오. "싱글 시작 프로젝트 '라는 항목에서 수행 할 프로젝트를 선택하십시오. 이제 또 샘플을 실행합니다. 특히 입력 인수가 필요없는 샘플 프로그램이면 F5 키에서 실행 가능합니다. 이미지 등의 입력이 필요한 프로그램의 경우에는 당해 프로젝트를 오른쪽 클릭하고 "속성"⇒ "구성 속성> 디버그"의 "명령 인자"란에 이미지 파일 이름 등을 입력하여 실행할 수 있습니다. 각각의 샘플 코드 중의 해설을 읽어보십시오. 얼굴 기관 인식 등은 학습 된 데이터가 준비되어 있기 때문에, Web에서 다운로드하여 사용할 수 있습니다 ( http://dlib.net/files/shape_predictor_68_face_landmarks.dat.bz2 ) 또한 "Webcam_face_pose_ex"라는 Web 카메라 검색된 동영상 속 얼굴을 실시간으로 감지하는 샘플에서는 OpenCV가 필요하므로 cmake에서 OpenCV가 자동으로 참조되지 않는 경우에는 프로젝트 파일이 생성되지 않습니다. OpenCV가없는 경우에는 도입하면 나중에 수동으로 cmake를 사용하여 수행 할 수 있습니다. CMakeList.txt라는 cmake 관련 파일을 조금 만져 줄 필요가 있습니다.

 

Method of introducing dlib to the Windows / Visual Studio environment

Hello. 
Image processing and machine learning today, because it was to experiment with the library "dlib" having a convenient and high-performance features such as facial recognition, I think I'll keep together the way of its introduction as a memorandum. Why so article on how the introduction of the Windows environment there was little, has led I will Noseyo to blog because it is long-awaited. I know my environment, but in Windows 10, we use the Visual Studio 2012. version of dlib has tried the most recent one in 2016 current (dlib 18.18). The following are the steps. First http://dlib.net/ download of dlib from. Please unzip so it can be downloaded in a zip file. Subsequently, in order to trial the dlib, you must compile correctly. So, it is the official recommends that you compile with cmake.http://dlib.net of To Compile How ( Http://Dlib.Net/compile.Html ) to has also been described link ( Https://Cmake.Org/ ) you have to download the cmake from. (Already those who have cmake is no particular need is a new one.) June 2016 that it is currently cmake 3.5.2 is the latest version. In Source distributions without, please download the ZIP for Windows from anyone who Binary distributions. Please put in the appropriate places and unzip After downloading the zip. you can create a build file in the GUI With cmake, but this time you compile by cmake at the command prompt, and conformity with methods that are recommended the official dlib. To Compile How ( Http://Dlib.Net/compile.Html we will follow the steps of). Command prompt (by pressing the Windows key, you come out and hit the "cmd".) Use only hit the command of ① ~ ⑤ above. However, the above does not mean I should strike completely as it is because it omitted the path of the path and dlib of cmake. In particular, if you want to implement a 64bit application in Visual Studio, ④ of the command will be the following. However, note that this ④ also commands for the Visual Studio 2010. If the Visual Studio 2012 "Visual Studio 11 2012 Win64", will be the "Visual Studio 12 2015 Win64" if it is 2015. The following is a state of ① ~ ④ of command struck actually at the command prompt. For the sake of clarity, we've put on the desktop both dlib and cmake. ①, the command to move to the examples folder of dlib (in the case of me there to dlib-18.18 in the folder, which was placed on the desktop), ② is to create a folder for cmake called "build" in the examples command, ③ is the command to move to the build folder. ④ configure in When you run cmake, operations that generate runs. To run the cmake, you need to hit the path of cmake on the desktop (located in the bin folder of the folder where you downloaded). The following as "Configuring done", is OK when I turned I Build files ~~ out I "Generating done". Finally, it is OK by typing the ⑤ command of. Again, the path of cmake is the place to put the cmake. It takes a few minutes to complete this command. Basically I'm good at this, but, if you want to move the dlib at high speed, you need to select the AVX and SSE4 like a option when compiling with cmake. Person of AVX is is fast like than SSE4, but so there is a case that does not correspond to the AVX and an old PC. If you want to specify these options, instead of ⑤ of command, by typing "(path of cmake) /cmake-gui.exe.", You use the GUI. Check the AVX and column of SSE4 Configure - it is OK if we press the button in the order of> Generate. At the end in the above to use cmake, and run the sample files in the introduction examples in the folder of dlib. In the "examples" folder in the folder of the downloaded dlib Are you a folder called "build". (This guy made ​​a little while ago.) You should have a file named in it, "examples.sln". This is open in Visual Studio. When you open this, most of the files that are provided as Examples have been organized as a project. Is another good to go in this state. First, make the solution file (.sln) the entire build with F7 key. You a little wait. Now you can finally sample program is run. Please choose the program that First want to try.Once you have decided on one, so that you can perform only the project. At the top of the solution cane next-Purora the "solutions 'examples' (85 projects or 86 projects)" by right-clicking, please select Properties. The item named "single startup project", please select the project that you want to run. This another sample can run on. If a particular need no sample program input arguments, it can be executed in the F5 key. In the case of the input is necessary programs, such as images, it can be done by right-clicking the project, to enter the image file name, and the like in the "Command Arguments" column of the "Properties" ⇒ "Configuration Properties> Debugging". Please read the commentary in each of the sample code. Because in such as the face organ recognition are prepared is learned data, it can be used by downloading from the Web (Http://Dlib.Net/files/shape_predictor_68_face_landmarks.Dat.Bz2 ) Also, the Web camera as "Webcam_face_pose_ex" because the sample to detect the face in the acquired video in real time required OpenCV, if the OpenCV from cmake is not referenced in the automatic will not be generated by the project file. Be introduced if there is no OpenCV, you can manually run by using the cmake later. There is a need I'll play around a little file on cmake called CMakeList.txt.












































at the end of line 4, ' ..' should be written.















































And at the end of the commentary for the introduction of dlib above.
I'm sorry if there are places that are wrong If.

 

Posted by uniqueone
,