lanedet
lanedet copied to clipboard
An open source lane detection toolbox based on PyTorch, including SCNN, RESA, UFLD, LaneATT, CondLane, etc.
Hi, I have had this error when trying to run, could you please check it out? thank you
zzg@zzg-Strix-GL504GW-S5CW:~/CARLA/PythonAPI/carla/lanedet$ python setup.py build develop /home/zzg/.local/lib/python3.8/site-packages/pkg_resources/__init__.py:123: PkgResourcesDeprecationWarning: 0.18ubuntu0.18.04.1 is an invalid version and will not be supported in a future release warnings.warn( /home/zzg/.local/lib/python3.8/site-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be...
Hi is it possible to run inference of a model without a GPU?
Hello, Thanks for the nice project. I wonder whether the output of lane detection has score or uncerntainty that measures the quality of lane detection. It would be good to...
Hello, Would you please share some tips to overcome detection failure with the following scenarios?  **Issues;** 1. The method shows the detected line. though there is a line that...
Hello, Can any parameters be tuned to increase the detected line point density? I would like to see line detection output with quite more dense points. Else, I would consider...
Hi I have cloned the repository and I want to test it in my computer with my images and video. How should I do it?
I train condlanenet on my dataset which lanes on an image maybe more than 5. The evaluation result is not right, for example, model output 5 lanes, but the gt...
评价
你好 请问一下culane的测试只有一个总的评价指标吗,culane的测试没提供各个类别的评价是吗?
Error when running `detect.py` Error message: ``` File "/lanedet/lanedet/models/backbones/mobilenet.py", line 4, in from torchvision.models.utils import load_state_dict_from_url ModuleNotFoundError: No module named 'torchvision.models.utils' ``` torchvision verison = 0.11.1 Using `from torch.hub import...