Giter VIP home page Giter VIP logo

Comments (3)

nicomon24 avatar nicomon24 commented on June 18, 2024

Hi @pengzhenghao,

The sim agents that are actively evaluated are the tracks_to_predict, but every other agent is part of the same "scene", which means all the interactive metrics for "evaluation sim agents" (== tracks_to_predict + SDC, see

) are affected by all the other agents (non-evaluated, up to 128).

The rationale for this choice is that objects not in tracks_to_predict are less consistent in time and produce a much noisier estimate. Happy to discuss this more if you want

from waymo-open-dataset.

jlambert-waymo avatar jlambert-waymo commented on June 18, 2024

Hi, in the tutorial it seems that the Sim Agent metrics are computed only over tracks_to_predict agents. In the validation_interactive dataset I saw the number of these agents in a scenario might be really small, might as small as 2 agents.

So I want you to clarify whether we should run SimAgents over tracks_to_predict or all valid agents at current step?

Hi @pengzhenghao, the answer is 'run SimAgents over all valid agents at current step.'

Just to clarify a bit more -- all objects that are valid at the 'current' step (effectively the last step of history, just before the user-provided simulation should commence) should be simulated and their trajectories should be included in the user submission.

Here is a link to the relevant code: https://github.com/waymo-research/waymo-open-dataset/blob/master/src/waymo_open_dataset/wdl_limited/sim_agents_metrics/metric_features.py#L117-L243

Note the two subsets in the code -- evaluated_sim_agent_ids vs. non_evaluated_sim_agent_ids. The former (forming evaluated_trajectories) comes from tracks_to_predict (https://github.com/waymo-research/waymo-open-dataset/blob/master/src/waymo_open_dataset/utils/sim_agents/submission_specs.py#L101), and is only used for the kinematic features. The latter (forming simulated_trajectories, i.e. all other objects valid at the current step) is used in the offroad and collision metrics. In short, all objects are 'evaluated' for certain metrics, but only the objects with the highest-fidelity ground truth are used in the kinematic feature comparison (likelihood scoring).

Please let us know if you have remaining questions.

from waymo-open-dataset.

pengzhenghao avatar pengzhenghao commented on June 18, 2024

Hi @jlambert-waymo thanks for the explaination! Don't have any question at this moment.

from waymo-open-dataset.

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.