jason-li-831202 / Vehicle-CV-ADAS

The project can achieve FCWS, LDWS, and LKAS functions solely using only visual sensors. using YOLOv5 / YOLOv5-lite / YOLOv6 / YOLOv7 / YOLOv8 / YOLOv9 / EfficientDet and Ultra-Fast-Lane-Detection-v2 .
GNU General Public License v3.0
162 stars 38 forks source link

python demo.py #17

Closed 1623021453 closed 2 months ago

1623021453 commented 8 months ago

您好!请问运行python demo.py 终端有以下输出,没有报错,但是文件夹下保存的视频只有1k, [2023-12-28 15:49:45] [INFO] [Pycuda] Cuda Version: (11, 4, 0) [2023-12-28 15:49:45] [INFO] [Driver] Cuda Version: 12020 [2023-12-28 15:49:45] [INFO] UfldDetector Model Type : UFLDV2_CULANE

TJW-XMUT commented 2 months ago

您好!请问运行python demo.py 终端有以下输出,没有报错,但是文件夹下保存的视频只有1k, [2023-12-28 15:49:45] [INFO] [Pycuda] Cuda Version: (11, 4, 0) [2023-12-28 15:49:45] [INFO] [Driver] Cuda Version: 12020 [2023-12-28 15:49:45] [INFO] UfldDetector Model Type : UFLDV2_CULANE

这个问题解决了吗, 我也遇到相同的问题

1623021453 commented 2 months ago

解决了,我的是因为cuda版本和pytorch版本不匹配导致的,确保版本匹配就好了

1623021453 commented 2 months ago

解决了,我的是因为cuda版本和pytorch版本不匹配导致的,确保版本匹配就好了

jason-li-831202 commented 2 months ago

For related questions, please refer to https://github.com/jason-li-831202/Vehicle-CV-ADAS/issues/18#issuecomment-2177950637