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?
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?