cfzd / Ultra-Fast-Lane-Detection-v2

Ultra Fast Deep Lane Detection With Hybrid Anchor Driven Ordinal Classification (TPAMI 2022)
MIT License
563 stars 96 forks source link

Version of Python and question about the system #185

Open Lyfun222 opened 1 month ago

Lyfun222 commented 1 month ago

There is an conflict that DALI-cuda110 needs the version 3.8 of Python. But in the INSTALL document, you said we need to install python 3.7. Is it an conflict or problem?

Is it avaliable to run the code in Windows System? Or it can only be run in the Linux System?

Lyfun222 commented 1 month ago

@cfzd I downloaded Pycharm and built WSL2 and other environment by following INSTALL document. But there are some problems that I can't run this program in the Pycharm. Could you tell me how to solve these?

Traceback (most recent call last): File "D:\Ultra-Fast-Lane-Detection-v2-master\demo.py", line 4, in from utils.common import merge_config, get_model File "D:\Ultra-Fast-Lane-Detection-v2-master\utils\common.py", line 2, in from data.dali_data import TrainCollect File "D:\Ultra-Fast-Lane-Detection-v2-master\data\dali_data.py", line 4, in from nvidia.dali.pipeline import Pipeline ModuleNotFoundError: No module named 'nvidia'