BEVFormer icon indicating copy to clipboard operation
BEVFormer copied to clipboard

How to train a model with different dataset?

Open NightNightNight opened this issue 2 years ago • 6 comments

Thanks for the best work!

When I was learning this project, I was thinking how to use different dataset for training at the same time? Different dataset means different number of cameras, different bev size. I'm out of ideas, do you have any good ideas?

Looking forward to your reply!

NightNightNight avatar Dec 19 '22 07:12 NightNightNight

I also encountered the same problem. May I ask how to train BEVFormer on the Kitti dataset?

zhzhzhzhzhz avatar Jul 24 '23 09:07 zhzhzhzhzhz

have you trained bevformer on different datasets?

SiriusZbz avatar Oct 29 '23 08:10 SiriusZbz

I also encountered the same problem. May I ask how to train BEVFormer on the Kitti dataset?

I haven't used the Kitti dataset before. This is how I solved the two problems:

  1. Different number of cameras: padding zero image make all dataset have same input size.
  2. Different bev size: take the largest bev size in the dataset.

NightNightNight avatar Nov 01 '23 02:11 NightNightNight

have you trained bevformer on different datasets?

This is how I solved the two problems: Different number of cameras: padding zero image make all dataset have same input size. Different bev size: take the largest bev size in the dataset.

NightNightNight avatar Nov 01 '23 02:11 NightNightNight

I also encountered the same problem. May I ask how to train BEVFormer on the Kitti dataset?

Can you tell me how you use the Kitti dataset

wuhen777 avatar May 09 '24 08:05 wuhen777

you can modify the data from kitti to nuscenes type(such as sample.json,sample_data.json, and so on.) or modify dataloader.whatever,if you can create right train.pkl,val.pkl,test.pkl.you can use kitti. ---- Replied Message ---- From @.> Date 05/09/2024 16:26 To @.> Cc @.>@.> Subject Re: [fundamentalvision/BEVFormer] How to train a model with different dataset? (Issue #141) I also encountered the same problem. May I ask how to train BEVFormer on the Kitti dataset? Can you tell me how you use the Kitti dataset — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

SiriusZbz avatar May 11 '24 10:05 SiriusZbz