Skip to content

Test data for the DNN Face module#903

Merged
alalek merged 8 commits intoopencv:masterfrom
fengyuentau:dnn_face
Oct 8, 2021
Merged

Test data for the DNN Face module#903
alalek merged 8 commits intoopencv:masterfrom
fengyuentau:dnn_face

Conversation

@fengyuentau
Copy link
Copy Markdown
Member

Related PR: opencv/opencv#20422

@alalek
Copy link
Copy Markdown
Member

alalek commented Sep 2, 2021

What is the source of used images? license?

@crywang
Copy link
Copy Markdown

crywang commented Sep 4, 2021

What is the source of used images? license?

The used images are selected from Labeled Faces in the Wild database. Labeled Faces in the Wild is a public benchmark for face verification, also known as pair matching. And it was published to help the research community make advances in face verification. We can not find any license of this database from its homepage. For more details about this database, please see here.

Comment on lines +893 to +896
name='YuNet',
url='https://github.com/ShiqiYu/libfacedetection.train/raw/master/tasks/task1/onnx/yunet.onnx',
sha='49c52f484b1895e8298dc59e37f262ba7841a601',
filename='onnx/models/yunet.onnx'),
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/master/

Use exact commit hash instead of master.

onnx/models/yunet.onnx

If you plan to update model in the future (which is happened recently) please add something like -YYYYMM suffix to stored file name (e.g, onnx/models/yunet-202109.onnx).
Target location for download_models.py files is assumed as a shared storage without any support for versioning or file's updates. It is shared between different branches or OpenCV releases so its content should be persistent (you can add, but can't remove/replace).

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late response. These have been done in the latest commit.

@alalek alalek merged commit 822ee11 into opencv:master Oct 8, 2021
@alalek alalek mentioned this pull request Oct 15, 2021
@fengyuentau fengyuentau deleted the dnn_face branch December 3, 2024 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants