HuangJunJie2017 / BEVDet

Official code base of the BEVDet series .
Apache License 2.0
1.4k stars 264 forks source link

FileNotFoundError: [Errno 2] No such file or directory: #329

Open YuhanZhou521 opened 6 months ago

YuhanZhou521 commented 6 months ago

When I execute "python tools/train.py ./configs/bevdet/bevdet-r50-4d-cbgs.py" in the terminal, it runs normally, but when I directly click "run train" in train.py, it reports an error: "FileNotFoundError: [Errno 2] No such file or directory: './data/nuscenes/samples/CAM_FRONT_LEFT/n015-2018-11-21-19-38-26+0800CAM_FRONT_LEFT1542800994854844.jpg'" However, this jpg file does indeed exist. Does anyone know how to solve this problem?