Hi,
As you say, you get very high fps running bezierlanenet in CULane with ResNet18 backbone as below:
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
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 ))