Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Remove items that have duplicate images #2

@audiodude

Description

@audiodude

We might try to follow the algorithm at http://blog.iconfinder.com/detecting-duplicate-images-using-python/ and detect duplicates amongst our candidate items for display, rejecting those that are a near-duplicate or duplicate of an item which has already been selected.

The problem I forsee with this is that it is going to be VERY slow, mostly because we will have to do the network transfer of all of the images that are going into the set, at minimum 8 images. Also there isn't a great opportunity for caching to save us here because this is done at the level of "exploring" when the user is clicking the "next" button on items. So one user might be looking at results for "ipod black" while another is looking at "little pony".

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions