Skip to content

Running out of neg images #8

@caxieyou

Description

@caxieyou

Thx for your sharing ,it helps a huge~
Here are two questions...

  1. According to the paper, there are 1080 weakCRNums for each stage
    I prepared like 3000 faces and 13000+ neg image.

BUT No matter of how many weakCRNums I set up.
Only 20 will be reached int the 1st stage, then the neg images are not enough.

BTW, I found that in the cary.py

Line 249, 250, 251, 252 and line 293,294,295,296

should be += instead of =.
point_a[0] = feaType[2]_imgW
point_a[1] = feaType[3]_imgH
point_b[0] = feaType[5]_imgW
point_b[1] = feaType[6]_imgH

should be

point_a[0] += feaType[2]_imgW
point_a[1] += feaType[3]_imgH
point_b[0] += feaType[5]_imgW
point_b[1] += feaType[6]_imgH

Am I right?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions