Giter Site home page Giter Site logo

Comments (3)

PingoLH avatar PingoLH commented on May 29, 2024

Hello Jinfagang, There could be many reasons for this. The loc loss is pretty large, so I guess the problem is with the bounding box regression. It might be helpful to check some places:

  1. In layers/modules/multibox_loss.py, check that the size of pos after pos = conf_t > 0 is reasonable. It is the number of positive instances and shouldn't be zero or too large.
  2. If the input image size is not 512 or 300, then you may need to modify the config file
  3. In preproc (data/data_augment.py ), There is a normalization process for the boxes, make sure that you get the right shapes here. They shouldn't be too small (<0.01)

from pytorch-hardnet.

lucasjinreal avatar lucasjinreal commented on May 29, 2024

@PingoLH Thanks so much for advise. I will have an investigate .

from pytorch-hardnet.

tuongtranngoc avatar tuongtranngoc commented on May 29, 2024

Hi @jinfagang,
Do you have solution for training object detection? I also have same problem?

from pytorch-hardnet.

Related Issues (8)

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.