Open sdwcn opened 1 year ago
Sure, I'll add some thresholds and options for filtering (maybe, within 9 hours)
Sure, I'll add some thresholds and options for filtering (maybe, within 9 hours)
how's it going?
@sdwcn I tried some more setups, but seems like it has weird bias on white dress... The first plan was implementing labels to blur, but maybe it should have some very custom setups (such as thresholding by probability) Today, I'll release with some basic and custom setups, but I think model was roughly underfitted for border-images, resulting 'some' exposure to be censored
noted, I'd like give a try,
how shall I understand the diff between safe questionable & explicit?
levels_to_idx = {
'safe': [1,3,4],
'questionable': [1,3],
'explicit': []
}
according to tags in comments,
['drawings', 'hentai', 'neutral', 'porn', 'sexy']
does qustionable equals [hentai + porn]?
Yes, safe = all (hentai porn sexy) questionable = hentai+porn explicit = none
switched to "questionable", it still bias on white dresses, it sounds good if a probablity setting is enabled. cheers
@sdwcn I can offer the probability option but its hyperparameter may require tremendous amout of test ðŸ˜
i had tried with a few checkpoints, as shown above. Not sure if it's possible to have a weight option in order to adjust filtering rules?