GithubHelp home page GithubHelp logo

The label of data seems to be consistent with the standard coco format. Can you share me your coco format json file? about s2anet HOT 8 CLOSED

csuhan avatar csuhan commented on August 22, 2024
The label of data seems to be consistent with the standard coco format. Can you share me your coco format json file?

from s2anet.

Comments (8)

csuhan avatar csuhan commented on August 22, 2024

The annotation format of s2anet is different from coco's, but is consistent with the recommended format of mmdet.
We also provide annotations with coco format, which is adpoted from AerialDetection. Please refer to here.
Note that s2anet on DOTA does not support coco format now.

from s2anet.

Huanqing1 avatar Huanqing1 commented on August 22, 2024

Sorry, I just described it wrong. I found that the data format used by the author was inconsistent with coco. I could not understand the data format used by the author, so I wanted a correct JSON file as a reference. I did not find the recommended format of mmdet on the Internet. Can you help me?

from s2anet.

csuhan avatar csuhan commented on August 22, 2024

cp from here:

[
    {
        'filename': 'a.jpg',
        'width': 1280,
        'height': 720,
        'ann': {
            'bboxes': <np.ndarray, float32> (n, 4),
            'labels': <np.ndarray, int64> (n, ),
            'bboxes_ignore': <np.ndarray, float32> (k, 4),
            'labels_ignore': <np.ndarray, int64> (k, ) (optional field)
        }
    },
    ...
]

from s2anet.

Huanqing1 avatar Huanqing1 commented on August 22, 2024

Thank you very much!

from s2anet.

Huanqing1 avatar Huanqing1 commented on August 22, 2024

I don't understand the meaning of the bboxes_ignore and the k.

from s2anet.

Huanqing1 avatar Huanqing1 commented on August 22, 2024

我去了作者您的主页,发现您也是**人。我打算用中文和您交流。 我想问的是'bboxes_ignore'是什么意思,对应在dota数据集标签txt里面哪个位置。还有就是您说明bboxes_ignore这一项的格式的时候,用了字母k,我想知道这个k代表什么。

from s2anet.

Huanqing1 avatar Huanqing1 commented on August 22, 2024

还有 作者用的数据集是dotav1.5 还是1.0

from s2anet.

Huanqing1 avatar Huanqing1 commented on August 22, 2024

您可以把您dota数据集的json文件给我分享一份吗

from s2anet.

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.