Giter Site home page Giter Site logo

Comments (2)

Kait0 avatar Kait0 commented on September 27, 2024
  1. The names refer to the scenarios: e.g. dirt is scenario 1 where a dirt patch spawns on the road.
    If you look at the name of the folders in these folders you will see the corresponding scenario file.
  2. Don't think they mean anything.
  3. Hardcoded by some assistant in the dataset generation script. We didn't release it as it is specific for our compute cluster.
  4. These are lane change routes, we don't use scenarios for them. We use an no_scenario.json file which looks like this:
 {
	"available_scenarios": [
		{
			
		}
	]
}

I'm currently trying to recreate your dataset locally

Trying to recreate the dataset with 1 computer might be too slow.
When we run these 3000 routes we parallelize them across ~100 GPUs in our compute cluster.
This gives almost linear speedup in dataset generation as the routes are all independent.

I'm basing all this on the assumption that the dataset is recreatable

It is, up to the specific routes that crashed during parallelization.
The CARLA traffic manager is also nondeterministic (and can't be seeded in this version of the simulator), so you will get a similar dataset but not the same one.

from transfuser.

akselaase avatar akselaase commented on September 27, 2024

That clears the confusion, thank you very much! And yes, my poor laptop wouldn't be too happy about creating this dataset itself, this all happens on our cluster.

Really appreciate the quick response!

from transfuser.

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.