Hi, As you say, you get very high fps running bezierlanenet in CULane with ResNet18 backbone as below: <img width="423" height="173" alt="Image" src="https://github.com/user-attachments/assets/405c22bf-21b3-437f-9a72-b4efff1ab425" /> but I tried the shell ``` python main_landet.py --test --config=configs/lane_detection/bezierlanenet/resnet18_culane_aug1b.py --mixed-precision ``` only get 30-40 FPS <img width="1264" height="209" alt="Image" src="https://github.com/user-attachments/assets/9ef2cdd3-1e56-4f42-8d95-c28ca1e58ff2" /> So why this happen and I can't modified `workers` in `resnet18_culane_aug1b` of `test Dict`, it must be 0 or would throw errors. My environment is: - Windows 10 - 4060 Laptop - AMD Ryzen 9 7940H - 16GB RAM Please help thanks ))