bnosac
GitHub 저장소에서 이미지 딥러닝 처리에 필요한 팩키지를 설치한다. 맥OS에서 설치할 때 발생되는 문제점 OpenMP
문제는 R 딥러닝 환경설정: openmp
맥를 참조한다.
devtools::install_github("bnosac/image",
subdir = "image.dlib",
build_vignettes = TRUE)
devtools::install_github("bnosac/image",
subdir = "image.libfacedetection",
build_vignettes = TRUE)
magick
팩키지로 사진을 일별한다.
image_detect_faces()
함수로 사진속 얼굴을 식별한다.
$nr
[1] 3
$detections
x y width height neighbours angle
1 291 77 29 29 81 -1
2 627 101 30 30 29 -1
3 499 122 28 28 25 -1
attr(,"class")
[1] "libfacedetection"