Sparklewerk / hypermap

Tools for exploring NFT collections, permissively MIT licensed
https://sparklewerk.com
MIT License
0 stars 0 forks source link

TensorBoard Projecter: individual mugshots are blurry #9

Open JohnTigue opened 2 years ago

JohnTigue commented 2 years ago

Seems Projecter doesn't know how to scale up 24x24 images (derp). So the ones were passing in look blurry. Simply make bigger one to pass in:

JohnTigue commented 2 years ago

Max sprite size is (8192, 8192). Punks is (2400, 2400) so we could make them at least 3x bigger, and so less blurry.

JohnTigue commented 2 years ago

See also https://github.com/Sparklewerk/hypermap/issues/10#issuecomment-1047302776