Giter VIP home page Giter VIP logo

Comments (3)

aleksandrkim61 avatar aleksandrkim61 commented on June 12, 2024 1

Hi,

Can you provide more information? Ideally the stack trace to see where exactly it fails and what it requests. I tried to find where it might need TrackRCNN data, but did not find a reference.

Did you run adapt_kitti_motsfusion_input.py as written in the NOTE in the README? Without it, the detections lack some information and one of the functions will throw an error as commented here.

If you need it urgently, then just download TrackRCNN data as well and run the code. It should not use TrackRCNN and it must just be some extra reference or wrong error message in the code.

from eagermot.

gcaldarulo7 avatar gcaldarulo7 commented on June 12, 2024

I managed to solve the issue but wanted to ask something about the outputs of the algorithm.
For each object there is an ID, the class to which it belongs, 7 integer numbers which seem to be always equal between objects and the boundin box right?
0000.txt
n

from eagermot.

aleksandrkim61 avatar aleksandrkim61 commented on June 12, 2024

Yes, there are seven integers that are static and are not used for 3D MOT evaluation, all output params are defined here

  • three first ones are truncated, occluded, alpha, which are never evaluated, I think.
  • the other four are coordinates for 2D bounding boxes in the camera frame, which are only used for 2D MOT evaluation.

In the other output folder with suffix "2d_projected_3d" you will find output files where the values used in 3D MOT are all -1 and the 2D coordinates are visible. This is because KITTI evaluates 2D and 3D MOT results separately, so the code also produces two sets of results.

from eagermot.

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.