senofsky / face-mask-detector

A library and command line utility for detecting face masks in images and video streams
MIT License
5 stars 4 forks source link

Refactor box-related logic into Box class #8

Open senofsky opened 4 years ago

senofsky commented 4 years ago

The box-related logic is duplicated throughout lib.py and would be fixed if it was consolidated into a Box class.