Giter VIP home page Giter VIP logo

Comments (2)

mtli avatar mtli commented on September 15, 2024

TL;DR: you can try to thin the output in post-processing instead of re-training the model.

Hi, thanks for your interest. The width of the sketch is a tricky problem. First of all, training with width-3 is feasible, but might require a different lambda_A. I suggest you train first with the default width-5 for sanity check. Second, we use width-5 to train the model is because width-5 provides stronger supervision signal and thus better performance. If you want to get the same performance as width-5, you might want to consider sample balancing techniques used in boundary detection, e.g. a weight the loss by the inverse of the ratio between foreground and background pixels. Coming back to your task of getting thinner output, I would suggest you to apply some thinning operations in the post-processing step instead of re-training the model, for example, check out bwmorph.

from photosketch.

MikeXuQ avatar MikeXuQ commented on September 15, 2024

I get it! Thanks for your reply!

from photosketch.

Related Issues (15)

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.