Skip to content

Commit

Permalink
drishti-faces 1.2
Browse files Browse the repository at this point in the history
updated ground truth for testing
  • Loading branch information
headupinclouds committed Aug 14, 2017
1 parent 52e9da2 commit 8d5c396
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ hunter_config(doctest VERSION 1.2.0)
hunter_config(dri2proto VERSION 2.8)
hunter_config(dri3proto VERSION 1.0)
hunter_config(drishti_assets VERSION 1.6)
hunter_config(drishti_faces VERSION 1.1)
hunter_config(drishti_faces VERSION 1.2)
hunter_config(drm VERSION 2.4.67)
hunter_config(eigen3-nnls VERSION 1.0.0)
hunter_config(eos VERSION 0.12.1)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/drishti_faces/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ hunter_add_version(
2518ff034bd4c2967cbab4fc7a69d30cf0de057a
)

hunter_add_version(
PACKAGE_NAME
drishti_faces
VERSION
1.2
URL
"https://github.com/elucideye/drishti-faces/archive/v1.2.tar.gz"
SHA1
61cf9e459856a06d2da83f84f43f1a0e43955d7a
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(drishti_faces)
hunter_download(PACKAGE_NAME drishti_faces)

0 comments on commit 8d5c396

Please sign in to comment.