Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to use my face detection data set for face model training. My standard face tool is labelme, which is in json format. I saw that many face detection algorithms are based on widerface for training, so I want to know How do I convert my face frame data into widerface format? Thank you #1

Open
goldwater668 opened this issue Jul 31, 2021 · 1 comment

Comments

@goldwater668
Copy link

No description provided.

@nixeneko
Copy link
Owner

nixeneko commented Aug 2, 2021

Since I don't know about your project, I cannot give a proper answer, I suppose.

I am not familiar with Labelme, but it seems to be able to export in the Pascal VOC format. The VOC format seems to be more popular in object detection tasks. (I can find many WIDER FACE-to-Pascal VOC format coverter, but no opposite.)

As face detection is a special case of object detection, which has only one class ('face' ), so you can use object detection examples based on a self-made Pascal VOC format dataset.

I am hoping your project will success.

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

No branches or pull requests

2 participants