autonomousvision / transfuser

[PAMI'23] TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving; [CVPR'21] Multi-Modal Fusion Transformer for End-to-End Autonomous Driving
MIT License
1.12k stars 186 forks source link

branch 2021 model training error #158

Closed jimmyfyx closed 1 year ago

jimmyfyx commented 1 year ago

Dear Authors,

When we try to train the model on the downloaded dataset, we constantly encounter this error. We are confused about the file path error because we have already changed the root_dir variable to a local directory in config.py for every model. It seems that the dataset can load files correctly but there is something wrong with PIL.

Thanks so much for the reply!

Screenshot from 2023-04-22 15-37-26

Kait0 commented 1 year ago

hm /is/rg/avg... is a path on our system. Somewhere it must be still hardcoded in the code. You can debug to see where it comes from and replace it with your paths.