Giter Site home page Giter Site logo

Comments (7)

Boylad avatar Boylad commented on June 12, 2024

Hi, thanks for your work.
In 'split_coco_dataset_voc_nonvoc.py', you split 3 annotation files, but I can't find 'instances_valminusminival2014.json' and 'instances_minival2014.json' in the official website of COCO. Could you tell me where I can get these files?

from context-transformer.

Ze-Yang avatar Ze-Yang commented on June 12, 2024

You can download from this link.

from context-transformer.

Sebastian-X avatar Sebastian-X commented on June 12, 2024

Thanks for your reply!
I have another question about the prior boxes. In the original SSD, the output of its model includes prior box layers, which contain the coordinate information of all default boxes. In your code, however, these coordinates are computed out of the model. Instead, 'obj' is computed in the model, which is the output of a convolutional layer. What does this 'obj' part stand for?
WK((S)T$UPA)7 IFS4AH8H5

from context-transformer.

Ze-Yang avatar Ze-Yang commented on June 12, 2024

FYI, the prior box is the same as default boxes in SSD, as stated in Sec 4.1 in the our paper. Such boxes are predefined and don't require any update during training. Therefore, it's more efficient to compute it once out of the model, which is also applied in RFBNet.

As for the 'obj', it's a foreground/background classifier, somewhat like the objectness score (RPN output) in two-stage detector Faster RCNN. For details, please refer to Sec 3 of our paper. Thanks.

from context-transformer.

Sebastian-X avatar Sebastian-X commented on June 12, 2024

If I didn't get it wrong, this 'obj' part is the background classifier(BG) in your paper.

from context-transformer.

Ze-Yang avatar Ze-Yang commented on June 12, 2024

Exactly.

from context-transformer.

Sebastian-X avatar Sebastian-X commented on June 12, 2024

I see. Thanks for your help!

from context-transformer.

Related Issues (16)

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.