flinzhao

Results 3 issues of flinzhao

如图: ![image](https://github.com/voldemortX/pytorch-auto-drive/assets/103496889/7e408588-2c47-48d2-90b9-8cdce8434b3d) 作者你好,哪个lane detection模型可以应用到无人机航拍视角(俯拍)的车道线检测?

community discussion

![image](https://github.com/WongKinYiu/yolov9/assets/103496889/893163a1-8d93-4518-944d-4c4490540dbf) Great support for your work! Where can I find the yolov9-s.yaml and yolov9-m.yaml files?

## 环境 - 【FastDeploy版本】: develop分支 - 【编译命令】```cmake .. -G "Visual Studio 17 2022" -A x64 -DENABLE_ORT_BACKEND=ON -DENABLE_TRT_BACKEND=ON -DENABLE_VISION=ON -DWITH_GPU=ON -DTRT_DIRECTORY="D:\Downloads\TensorRT-8.5.3.1.Windows10.x86_64.cuda-11.8.cudnn8.6\TensorRT-8.5.3.1" -DCUDA_DIRECTORY="D:\NVIDIA GPU Computing Toolkit\CUDA\v11.6" -DCMAKE_INSTALL_PREFIX="E:\cplus\compiled_fastdeploy" -DOPENCV_DIRECTORY="E:\cplus\opencv-win-x64-3.4.16\build" -DORT_DIRECTORY="E:\cplus\onnxruntime-win-x64-gpu-1.12.0"``` - 【系统平台】: Windows...