Code Monkey home page Code Monkey logo

Comments (14)

mrsamsami avatar mrsamsami commented on May 24, 2024 1

Hi.
I wonder if I could know when you will release the trained models. I have trouble with reproducing the results.

from oatomobile.

filangelos avatar filangelos commented on May 24, 2024

Hi @twsq,

You should be able to download the data by running:

python -c "OUTPUT_DIR='./data'; import oatomobile.datasets; oatomobile.datasets.CARLADataset(id='processed').download_and_prepare(OUTPUT_DIR)"

and train any of the methods, e.g., DIM, by running:

python -m oatomobile.baselines.torch.dim.train --dataset_dir=./data/processed --output_dir=./tmp --num_epochs=1024

We also plan to release the trained models (use this TensorBoard as a reference), as well as a few more examples of how to use oatomobile for other things, such as:

  1. making the most out of the gym-compatible API;
  2. adding new sensors;
  3. creating new benchmarks;
  4. adding new baselines;
  5. running a sweep of experiments/benchmarks;
  6. parsing the generated logs;
  7. ...

Please let me know if that answers your questions and if so I will close the issue!

from oatomobile.

twsq avatar twsq commented on May 24, 2024

Thank you for providing the trained dataset and commands to download it and run training! I ran the training for DIM, and the training curves look similar to those in the provided TensorBoard.

from oatomobile.

filangelos avatar filangelos commented on May 24, 2024

Great @twsq!

I am closing this issue, feel free to re-open if you experience any relevant issues in the future.

from oatomobile.

hzakerynia avatar hzakerynia commented on May 24, 2024

Hi,
Is there a way to access other Carla visual modalities (like first-person view) related to the mentioned data?

from oatomobile.

filangelos avatar filangelos commented on May 24, 2024

The hosted dataset doesn't include these modalities, but you can collect and process your own data.

from oatomobile.

hzakerynia avatar hzakerynia commented on May 24, 2024

Thanks.
Is there anyway to collect the same scenes? like with some config files?
I want to be sure that carnovel benchmark will be OOD from collected data.

from oatomobile.

filangelos avatar filangelos commented on May 24, 2024

Unfortunately, we haven't stored the exact scenes :/
However, as long as you collect data from Town01 or/and Town02 then the carnovel benchmark will be OOD since no roundabouts, hills, 45-angle turns etc. are present there!

from oatomobile.

hzakerynia avatar hzakerynia commented on May 24, 2024

Thanks.

from oatomobile.

MNikdan avatar MNikdan commented on May 24, 2024

Yes, it will be great if you release the trained models. I can't get the same results either.

from oatomobile.

filangelos avatar filangelos commented on May 24, 2024

Due to ICLR & AAMAS deadlines, I would speculate that a major new release of the codebase along with the trained models will take place after first weeks of October!

In the meanwhile, I am happy to help with small things, if you have concrete points you would like them to be addressed!

from oatomobile.

MNikdan avatar MNikdan commented on May 24, 2024

Hi,

I needed other modalities like first-person and bird-view. So I recollected the dataset using your datasets.CARLADataset.collect() method and processed it using datasets.CARLADataset.process() with default arguments and randomly selected spawn and destination points from Town1.

The problem is when I train a DIM model (only using lidar) on the new dataset, I don't get the same results as I got on the original dataset (the latter is similar to what you have reported).

Can you share the settings you used for collecting the data? For example, there is a noise argument which is passed to the AutopilotAgent. The default value of this argument is 0.1 but in your paper, you mentioned that the dataset doesn't have any noise. I even recollected the dataset one more time but this time set the noise to 0. But still, the performance is significantly lower than yours.

So I was wondering, are there any other arguments that should not be set to their default values?
(like proximity_tlight_threshold and proximity_vehicle_threshold in AutopilotAgent, how to choose spawn and destination points, num_frame_skips in the process method)

from oatomobile.

MNikdan avatar MNikdan commented on May 24, 2024

Additionally, how did you separate the train and validation data? I mean, did you keep certain parts of the Town1 for validation, or did you just randomly used some scenarios as validation?

Thank you very much

from oatomobile.

mehrdad76 avatar mehrdad76 commented on May 24, 2024

Hello. I actually have the same problem. When I train DIM on your data, I get the same learning curves. But when I collect the data myself using the default values in your code, the final training and validation loss increase. Do you have any idea why this happens?

from oatomobile.

Related Issues (14)

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.