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

Counting no_mask object in MAFA dataset code has problem. #29

Open
developer0hye opened this issue Mar 22, 2021 · 0 comments · May be fixed by #31
Open

Counting no_mask object in MAFA dataset code has problem. #29

developer0hye opened this issue Mar 22, 2021 · 0 comments · May be fixed by #31

Comments

@developer0hye
Copy link

elif (_face_type==2) and _count_mask < self.count_mask:
category_name = 'No-Mask'
bboxes.append(bbox)
categories.append(category_name)
_count_no_mask+1

_count_no_mask+1

should be

_count_no_mask += 1

developer0hye added a commit to developer0hye/face-mask-detection that referenced this issue Mar 23, 2021
@developer0hye developer0hye linked a pull request Mar 23, 2021 that will close this issue
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 a pull request may close this issue.

1 participant