You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at the _classify_skin method. (https://github.com/hhatto/nude.py/blob/master/nude.py#L283) I think there is a big waste of processing here since it returns rgb_classifier or norm_rgb_classifier or hsv_classifier or ycbcr_classifier. It seams useless to calculate the next classifier if the previous is True.
The text was updated successfully, but these errors were encountered:
I'm looking at the _classify_skin method. (https://github.com/hhatto/nude.py/blob/master/nude.py#L283) I think there is a big waste of processing here since it returns rgb_classifier or norm_rgb_classifier or hsv_classifier or ycbcr_classifier. It seams useless to calculate the next classifier if the previous is True.
The text was updated successfully, but these errors were encountered: