GithubHelp home page GithubHelp logo

Comments (4)

GengDavid avatar GengDavid commented on June 1, 2024 2

Yes, if you want to use your own detection results, you'll need to transform your results into a json file. It should contain only one list of data. Each list item represents one detection result, and the format of it is like this:

{
    "unit": {
        "GT_bbox": [x1, y1, x2, y2]
    },
    "imgInfo": {
    	"imgID": int,
    	"img_paths": str,
    },
    "score": float
}

For example, for test image '000000581781.jpg' in test set, the imgID is 581781 and img_paths is '000000581781.jpg'. And score is the detection confidence value.
The format may be a little bit strange because I only use ground truth bbox to test at the very beginning.

from pytorch-cpn.

xiashh avatar xiashh commented on June 1, 2024

Thank you very much!
I'm a novice for deep learning. So may I ask you about implementation pipeline?
I don't know where to begin.

from pytorch-cpn.

GengDavid avatar GengDavid commented on June 1, 2024

This repo is implemented follow the implementation of tf-cpn.
And there is actually no fixed pipeline. Generally, you can build your network up first, and then you can train it with your own processed data. You can refer to others' hyper-parameter first to train your own networks.
Have fun with it.

from pytorch-cpn.

xiashh avatar xiashh commented on June 1, 2024

Thank you!

from pytorch-cpn.

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.