Hacker News new | ask | show | jobs
by StanvdVossen 1716 days ago
In general this would not be easy.

One way this can be accomplished is by removing all shoes with such logos from the training data. But Nike and Adidas are disproportionally large parts of my training set, so this would not be feasible.

The other option would be to train a machine learning model to recognize said logo's and to use this model to remove sneakers with logo's from my generated images. This could however greatly reduce the variety of images on the website.

1 comments

Slightly different implementation of your second option: Remove the logos in the dataset and train on this brand agnostic library
EDIT: To clarify - don't remove the entire image of a sneaker, just impute away the logo filling in the space with the 'context fill' algorithm found in photo editing tools