Coder Social home page Coder Social logo

Comments (7)

AceCoooool avatar AceCoooool commented on July 30, 2024

And I am also confusing : in the decode function using the variance, but there is no "variance operation" in the prior_box.

from ssd.pytorch.

amdegroot avatar amdegroot commented on July 30, 2024

Hi, I apologize for taking so long to get back to you. Finishing up school this week and then will be able to spend more time on this. I will get back to you on the first question ASAP, but I want to give you a good response and I don't have time at the moment. As for your second question, the decode function (which is only used at test time) includes the variance because the variance is encoded in the encode function at training time.

from ssd.pytorch.

jeong-tae avatar jeong-tae commented on July 30, 2024

Hi, is there a any answer about this issue? the output box is out of image!

from ssd.pytorch.

amdegroot avatar amdegroot commented on July 30, 2024

@jeong-tae Can you please provide a specific example? I personally have not run into this issue.

from ssd.pytorch.

jeong-tae avatar jeong-tae commented on July 30, 2024

@amdegroot same issue with the @AceCoooool
the prior boxes has a out of image coords such as 0.8 0.8 0.5 1.0. is it normal in v2?
i got out of image boxes with my dataset, so i track the values. and i found out the boxes are little bit skewed to bottom right(label matched with skewed one, i dont know why). for example, label cxcy has 0.3 0.3, but after encode it returns 0.5 0.5. but w,h are quite similar bw encode decode. also gt and pred

from ssd.pytorch.

jeong-tae avatar jeong-tae commented on July 30, 2024

@amdegroot Here is more specific example for trace this. The truths loc was [0.34, 0.17, 0.74, 1.0] before the encode. To do encode, match first and then encode it. Matched prior box was [0.53, 0.32, 0.38, 0.76]. The result of encoded loc was [2.7, 8.85, -3.0, 1.13]. To ensure this process is right, i tried decode encoded loc. it returns [0.58, 0.13, 0.77, 1.07].

from ssd.pytorch.

jeong-tae avatar jeong-tae commented on July 30, 2024

Hello. I think this is only problem of my code. When i get the matches, i revised some codes and it may occur this issue(i didn't know this was modified on my code). Let me check. if still have problem, let you know. Sorry for the bothering you.

from ssd.pytorch.

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.