Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@mr-user more or less. Basically a proof on concept idea I had over a weekend to see if a neural network could learn from a small dataset of pics of me, and produce a semi-coherent image, suitable for an avatar.
https://medium.com/@jasonsalas_8988...
But in the grand scheme of things (and hilariously): FAIL. :) -
mr-user13524y@jasonsalas
To be honest I haven't work with GAN before but you could try to fix your data.
I figure you do data argumentation to produce more sample and some of the sample look totally unusable (in my option). In one photo your nose look totally out of places.
If the GAN is like any other network you can check for bias and variance. What error percentage are you getting on training set and what data are you using in development set? -
@mr-user You're right...data augmentation would help provide more samples, but I was testing a recent concept in which GANs can learn from a handful of samples. It's tricky for multimedia, but it provides decent, if not rock solid, results.
My dataset was just a bunch of pictures of myself I curated mainly from Flickr, Facebook and Twitter over the years.
Here's the dataset, model training, and output phases for a generative adversarial network I wrote that basically learned about...Me, and subsequently created a custom social media avatar.
I wrote the damn thing and it still couldn't figure it out. I'm too complex. My therapist was right.
rant