Giter VIP home page Giter VIP logo

Comments (5)

CVUsers avatar CVUsers commented on July 20, 2024 1

from hed-unet.

khdlr avatar khdlr commented on July 20, 2024

That is odd, my assumption would be that the auto-weighting loss is a bit out of control. Here's a possible fix. Try replacing /deep_learning/loss_functions with this adapted file, which includes a hybrid loss: https://gist.github.com/khdlr/c0bb6a653ac00c6d6859e6dc773daf96

Then select the hybrid loss function by changing lines 10-11 in config.yml to read

loss_args:
  type: HybridLoss

Of course there's no way of knowing whether it will actually help, but it might just do the trick :)

from hed-unet.

CVUsers avatar CVUsers commented on July 20, 2024

Thanks.
I want to design or use a loss function similar to box loss and giou loss in target detection. Because the object edge detection of my task is always closed. At present, some gaps and edges will lead to false edge detection. After using the above losses, it may be alleviated.

from hed-unet.

CVUsers avatar CVUsers commented on July 20, 2024

I want to know whether this job can train negative samples close to positive samples (labels may be set to be all empty). For example, I train unet-hed to identify the edge of white paper, but some white rectangular objects will also be mistakenly detected as white paper. Is this a common problem of segmenting networks? Or can it be fitted by negative sample training? What to do.

from hed-unet.

khdlr avatar khdlr commented on July 20, 2024

Yeah, this should be easy to fix by adding negative samples to the training set like you suggested.

from hed-unet.

Related Issues (18)

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.