Lucas Vazquez

Results 27 issues of Lucas Vazquez

Theoretically it should be way better than `TransformerNet`. It performs really well for superres (which is almost the same thing). It's a more appropriate architecture image to image problems overall.

help wanted
question

Select two boxes at random and swap their places

new example

When doing the "increase resolution as training proceeded trick", we can use the output of the just finished trained model as the input of the new one (instead of the...

enhancement
new example

Just need to apply an edge detection algorithm to the input, like canny

new example

Hat is very small when the cat is laying on it's side

bug

Similar to #11 can have a vector weights defining what hat to use

enhancement

Paper [link](https://arxiv.org/pdf/1610.07629.pdf). Very simple concept: Use a vector of weights together with input image to choose how much of each style is wanted. Should be very easy to implement with...

enhancement

I feel like there must be a better way of architecturing this. Not so clear right now, also not important. No need to worry about this for now.

refactor

Right now it's just a copy-paste from `pytorch-examples`

refactor