GitXplorerGitXplorer
r

graffiti-net

public
14 stars
2 forks
1 issues

Commits

List of commits on branch master.
Verified
993ad77a4a3bf579b4e93f19455021f770fac756

Update README.md

rrememberlenny committed 6 years ago
Verified
04a02efe6d9fd0216f6226bcbe54ab0bfacb86d5

Update README.md

rrememberlenny committed 6 years ago
Verified
4c4693b706b8cd0271579565737f540c48044ae4

Update README.md

rrememberlenny committed 6 years ago
Verified
680b6d135a06c08217e0e1bebac6c5769aeeed0d

Update template_projector_config.json

rrememberlenny committed 6 years ago
Verified
73b5182e757bb1b4d8db372353abe84d7c7babac

Create t-SNE_shape.txt

rrememberlenny committed 6 years ago
Verified
0f97b2ab6b83c87060d48a3e2f8e42baf415fdcf

Update template_projector_config.json

rrememberlenny committed 6 years ago

README

The README file for this repository.

npaf-logo

Graffiti Net

A way to document all unique street art in the world and create a genealogy of all publicly visual media (using machine learning).

What

These are a few scripts that were used to show 5,623 photos cluster the similar artists based on 25,088 dimensions. [1]

-- working

The mouse in this link [2] shows two artists, Banksy and Blek le Rat - who has similar styles.

-- banksy

I can share the dataset of images for anyone who is interested. There are 15 artists and ~5300 photos. Shoot me a message on Twitter [5].

The encoded features (using VGG16) are in a hdf5 file that I can also share for anyone interested.

The clustering is done using the Annoy (Approximate Nearest Neighbors OY) [6] from @SpotifyEng - I tried to use FAISS [7], but struggled with the instructions. Apparently its significantly faster, but the documentation wasn't great.

[^1] https://twitter.com/rememberlenny/status/1038992069094780928

[^2] https://twitter.com/rememberlenny/status/1038994489896042497

[^5] https://twitter.com/rememberlenny

[^6] https://github.com/spotify/annoy

[^7] https://github.com/facebookresearch/faiss