notAI-tech / NudeNet

Lightweight nudity detection
https://nudenet.notai.tech/
GNU Affero General Public License v3.0
1.81k stars 352 forks source link

Bug in Detector.censor() #42

Closed carter-yagemann closed 4 years ago

carter-yagemann commented 4 years ago

Very minor bug: https://github.com/notAI-tech/NudeNet/blob/0212b679eb605497d469c30ece031569278834dd/nudenet/detector.py#L167

Should be:

boxes = self.detect(img_path)
bedapudi6788 commented 4 years ago

Thank you! Corrected it and pushed a new version.