Git Product home page Git Product logo

Comments (14)

6o6o avatar 6o6o commented on June 18, 2024

Interesting, I've been having similar ideas. In particular, providing multiple files to generate.py to exclude model reloading on every iteration. But i'd prefer expanding the glob since it allows more flexibility in case I just want a fraction of files in a directory. Good job on using try / catch to handle corrupted files nicely. I didn't experience crashes since I was always using the COCO dataset, but for other cases it may be handy. The extra padding hack might also be useful for some people. All in all, good job and good luck with further improvements!

from chainer-fast-neuralstyle.

ttoinou avatar ttoinou commented on June 18, 2024

I implemented the try.catch thing because I had a corrupted image in the COCO dataset and it crashed my training..
We could use a regex to select files in a directory also.
I don't like having so many forks everywhere, maybe we should merge our projects one time or another

from chainer-fast-neuralstyle.

6o6o avatar 6o6o commented on June 18, 2024

Hmm, I've had no problems with COCO dataset.
Expanding glob would be more familiar to an average user than regex.
Merging would result in some conflicts in generate.py. What's the problem with having separate forks?

from chainer-fast-neuralstyle.

rayset avatar rayset commented on June 18, 2024

throw in the end of train.py a line to upload the model to the sharing repo 💯

jokes aside really nice work guys, can't wait to get a gpu able to train some 512px models.

from chainer-fast-neuralstyle.

6o6o avatar 6o6o commented on June 18, 2024

Ahaha, that's a good one! But that way the repo would be quickly filled up with all sorts of #*@! :)

from chainer-fast-neuralstyle.

ttoinou avatar ttoinou commented on June 18, 2024

@6o6o Ok I'm not a pythoner I didn't know glob :) .
I just added tiling in my fork
For example 2x2 tiling :
harmonia1_a 2_00017

from chainer-fast-neuralstyle.

rayset avatar rayset commented on June 18, 2024

So how big is the resolution on tour card? This implementation seems a lot less memory hungry than the others.

Mind sharing the storm model on the model report? It's quite cool.

from chainer-fast-neuralstyle.

ttoinou avatar ttoinou commented on June 18, 2024

I have a GTX 980 4Gb (on Windows 10, might be better on Ubuntu) and can process up to 1.1 MPx images (something like 1400x730 in 16/9 format).
What is the storm model ?

from chainer-fast-neuralstyle.

rayset avatar rayset commented on June 18, 2024

I mean the model you used for that blue picture.
Isn't it based on a storm ? It's impressive how little artifacts there are,tiling seems to work really well.

from chainer-fast-neuralstyle.

ttoinou avatar ttoinou commented on June 18, 2024

Yes ok I course but I'm gonna train a better one next week

from chainer-fast-neuralstyle.

ttoinou avatar ttoinou commented on June 18, 2024

Yes it's a storm sorry for not answering. The tiling is good for some images but not that good because it can't recognize shapes that are present in the whole image : in the above example at the right you can see two interpretation of the same pile of ground

from chainer-fast-neuralstyle.

ttoinou avatar ttoinou commented on June 18, 2024

For thoses interested in the video ! #70

from chainer-fast-neuralstyle.

scribblemaniac avatar scribblemaniac commented on June 18, 2024

How are you combining the tiles?

from chainer-fast-neuralstyle.

ttoinou avatar ttoinou commented on June 18, 2024

Just a blending of RGB channels. I thought about coding some blending preserving the edges, but I was pleased with the result of a basic blending !

from chainer-fast-neuralstyle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.