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

About Label encoding file? #6

Open
abcdvzz opened this issue Jan 8, 2019 · 3 comments
Open

About Label encoding file? #6

abcdvzz opened this issue Jan 8, 2019 · 3 comments

Comments

@abcdvzz
Copy link

abcdvzz commented Jan 8, 2019

As above, what can label encoding file do? Take Widerface as an example, what's the label and ID?

@ehp
Copy link

ehp commented Jan 12, 2019

You can detect more types. E.g. men and women faces so set ID 0 for men faces and ID 1 for women faces. Of course you need proper dataset. For WIDER I used only one label "face" with ID 0.

@sosha90
Copy link

sosha90 commented Nov 13, 2019

You can detect more types. E.g. men and women faces so set ID 0 for men faces and ID 1 for women faces. Of course you need proper dataset. For WIDER I used only one label "face" with ID 0.

if an image has more than a bounding box what is the correct formate is it:
12--Group/12_Group_Group_12_Group_Group_12_285.jpg
912 239 37 38 face
864 268 34 43 face

or
12--Group/12_Group_Group_12_Group_Group_12_285.jpg 912 239 37 38 face
12--Group/12_Group_Group_12_Group_Group_12_285.jpg 864 268 34 43 face

please help

@ehp
Copy link

ehp commented Nov 18, 2019

Second option - see

# csv with img_path, x1, y1, x2, y2, class_name

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

3 participants