Giter Site home page Giter Site logo

Comments (4)

larksq avatar larksq commented on June 22, 2024
  1. The training might not use the whole dataset after interaction type filtering, hence the early stopping.
  2. Low accuracy of label 2, which means no interactions, is typical and shows a cautious relation prediction result for many ambiguous scenarios benefitting the safety of consecutive modules.

from m2i.

EnnaSachdeva avatar EnnaSachdeva commented on June 22, 2024
  1. The training might not use the whole dataset after interaction type filtering, hence the early stopping.

    1. Low accuracy of label 2, which means no interactions, is typical and shows a cautious relation prediction result for many ambiguous scenarios benefitting the safety of consecutive modules.

I'm also getting a similar performance. Early stopping is usually used during the training process, however, here we are using a pre-trained model during relation prediction (after the model has been trained), why is there an early stopping? Can you please elaborate on the 1) point?

from m2i.

larksq avatar larksq commented on June 22, 2024

We did not implement any early stoppings during training. If you see some scenarios are not being used for training, this is probably because they are filtered by some logic in the data loader. You can search for 'return None' at the function get_instance() in dataset_waymo.py to check each condition.

For example, one of those filters is the agent_type filter. This means if you pass 'vehicle' in the 'agent_type' in the training command, all scenarios that have no vehicles marked to predict will be skipped. And this gets more complicated if you are training for conditional trajectory predictor. Here the loaded relation pickle has only a relation of v2v which requires both two agents to predict to be vehicles. If these conditions are not met, the scenario will be skipped.

from m2i.

EnnaSachdeva avatar EnnaSachdeva commented on June 22, 2024

Thanks for the clarification.

from m2i.

Related Issues (18)

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.