NVIDIA-AI-IOT / face-mask-detection

Face Mask Detection using NVIDIA Transfer Learning Toolkit (TLT) and DeepStream for COVID-19
MIT License
241 stars 94 forks source link

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

Open developer0hye opened 3 years ago

developer0hye commented 3 years ago

https://github.com/NVIDIA-AI-IOT/face-mask-detection/blob/a9bf2d51680ea5eda08ff61f631a70371ddfd9ab/data_utils/mafa2kitti.py#L87-L91

_count_no_mask+1

should be

_count_no_mask += 1