-
Notifications
You must be signed in to change notification settings - Fork 4
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
About dataset #1
Comments
Hi, thanks for your interest in our work. You can find the frames here: OneDrive link.
to get the zip file. |
Thank you very much! Another question about the down-stream tasks: do you also use the DI-drive engine for imitation learning and collect data using the default setting? Besides, which carla version is used for training and evaluation? |
Yes, I use DI-drive engine for imitation learning and the Carla version I use is 0.9.9.4. Based on default settings, I change several things including the camera setting (to match the pretrained image resolution). |
Thanks. Could you provide the camera settings you used including the size, position, and fov? Also, could you provide more details about the collecting and evaluation suites. For example, do you use the default 'FullTown01-v1' suite and weather to collect data, and what evaluation suite and weather are used (straight/One turn/navigation/navigation with dynamics). That would be very helpful. |
The camera setting I use is |
Thanks for your help. I appreciate it a lot. |
Sorry to bother you again. I have a few questions about the training to confirm.
|
This number is used to fix a bug in the index. The data part is not ready yet and I am still working on this.
Current 0.8M data is a small portion of the whole ytb frames that I experiment with. I pick up the video clips with close visual appearance to Carla to form these 0.8M frames. This does not affect the pretrain quality in carla downstream tasks. I will consider uploading the whole dataset in the future.
I use the last epoch. I found the test accuracy stable during training so I simply pick the last checkpoint.
This one is a little tricky. Due to IL's distribution shift problem, I found that the test performance between different epochs varies greatly. It is also hard to decide which epoch to pick since we do not have a validate environment. So for each pretrain weight, I pick (i*10)th, i=[3, 10] checkpoint and report the highest success rate. |
Hi, I follow your instructions and train an agent (pretrained from imagenet) using 4K data. However, the SR evaluated on the Besides, do you plan to release the pre-calculated steer values for the uploaded 80K frames or the code for the inverse dynamic model? If not, could you please share more details about the model structure so that I can implement and train it by myself. Also, as the DI-drive only contains PPO model with bev input, could you provide your model file or model details for PPO training? Thanks a lot! |
Hi,
I reduce the data set size in trajectory level, data_40K[:4000]. Since redundancy exists in adjacent frames, reducing in trajectory level will create harder problem than reducing in frame level (data_40K[::10]). So I think the performance gap you reported is expected.
Yes, I am working on this part and will release in the future. Stay tuned.
I do not experiment much with PPO model design. A resnet34 backbone is used to extract the visual feature. Then, the feature goes through a mlp and is concatenated with the velocity as the output of the encoder. |
Let's keep this issue only dataset-relevant. If you have any further questions about training, feel free to open a new one. |
Hi, Thanks for sharing your great work!
Bests, |
Hi, thanks for your interest in our work.
|
Thanks for your reply!
1. Have you tested the performance with the full-size dataset? Will it cause a performance drop? Or it just takes more time? Given the diversity, extreme weather would add more diversity, which is the gain source of the pre-trained large model.
3. I am wondering if it would matter much for different Carla versions. And I found the default version for DI is 0.9.9. Can you share why you make another choice?
Bests
|
|
|
Thanks for sharing your great work! Just wonder is it possible to share your zip file of those sampled frames from the youtube videos? It is a little bit time and space consuming to download all the videos.
Thank you in advance.
The text was updated successfully, but these errors were encountered: