OpenDriveLab / ST-P3

[ECCV 2022] ST-P3, an end-to-end vision-based autonomous driving framework via spatial-temporal feature learning.
Apache License 2.0
280 stars 34 forks source link

problem of the image processing for CARLA experiment #28

Open ChangLee0903 opened 2 weeks ago

ChangLee0903 commented 2 weeks ago

Thanks for your great job! That was amazing to see the e2e planning works successfully in multi-view input scenarios.

About your CARLA experiment, I wonder if you conduct any resizing before cropping. In stp3/datas /CarlaData.py, the original image size was set to (300, 400) and directly cropped into (256, 256) without any compression. Limited FOV and direct cropping mean some parts of views would be uncovered in the image inputs. Do you have any scheme to process this issue, or have you tried to resize the images for CARLA experiments?

谢谢~ Best regards, Chi-Chang Lee