Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training Data Towns #15

Closed
Kshitizbansal opened this issue Nov 13, 2023 · 4 comments
Closed

Training Data Towns #15

Kshitizbansal opened this issue Nov 13, 2023 · 4 comments

Comments

@Kshitizbansal
Copy link

Hi,

Could you please specify which towns were used to train the model? The train.yaml file has all the towns commented out except for "Town03". Does this mean that only Town03 data was used to generate the results specified in the paper? It would be great if you could specify the final training and validation town used in the paper.

Also the paper mentions 207k frames were used for training. Are these from all 8 CARLA towns? When we ran the data collection script we got lesser data collected (~182k frame).

Your response would be appreciated.

Thanks.

@Kin-Zhang
Copy link
Owner

the paper is trained in short and tiny Town01-Town10, adding additional long for other towns [1,2,3,6] except val towns.
So I think maybe you need to add long in the code by uncomment:
https://github.com/Kin-Zhang/mmfn/blob/main/team_code/mmfn_utils/datasets/config.py#L83-L84

this config is all the same as other methods in the paper which means we trained them all in the same amount of dataset for fair comparison.

@Kin-Zhang
Copy link
Owner

btw, Maybe I will recommend you collect short and long routes for the dataset. Maybe 100K is enough to train a fine-fine mmfn e2e agent.

#12 (comment)

@Kshitizbansal
Copy link
Author

Thanks for your prompt response. Could you also let me know what routes did you use for evaluation?

Regards,
Kshitiz

@Kin-Zhang
Copy link
Owner

Kin-Zhang commented Nov 15, 2023

Here is the route for evaluation: https://github.com/Kin-Zhang/mmfn/blob/main/leaderboard/data/evaluation_routes/routes_eval_NEAT.xml

and also mentioned in the paper:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants