GithubHelp home page GithubHelp logo

No Output from MOT Evaluation about bdd100k HOT 2 CLOSED

bdd100k avatar bdd100k commented on June 26, 2024
No Output from MOT Evaluation

from bdd100k.

Comments (2)

supperted825 avatar supperted825 commented on June 26, 2024

I've tested the code with the original BDD annotations, and it works. So, the problem seems to be with my result files.

I'm following the following format from the bdd100k docs, but I'm getting the following errors. Any help is appreciated!

pydantic.error_wrappers.ValidationError: 10 validation errors for Frame
labels -> 0 -> box2d
value is not a valid dict (type=type_error.dict)
labels -> 1 -> box2d
value is not a valid dict (type=type_error.dict)

My result JSON format, according to BDD100k documentation:

- videoName: str, name of the current sequence,
- name: str, name of the current frame,
- framIndex: int, index of the current frame within the sequence,
- labels []:
    - id: str, unique instance id of the prediction in the current sequence,
    - category: str, name of the predicted category,
    - box2d []:
        - x1: float,
        - y1: float,
        - x2: float,
        - y2: float

from bdd100k.

supperted825 avatar supperted825 commented on June 26, 2024

I've figured out the problem. In the result template, box2d should be a dictionary instead of a list. In addition, there has been a typo on the documentations. framIndex should be frameIndex!

With this, it works as expected now!

from bdd100k.

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.