cfzd / Ultra-Fast-Lane-Detection

Ultra Fast Structure-aware Deep Lane Detection (ECCV 2020)
MIT License
1.81k stars 492 forks source link

`pip install sklearn` is deprecated #324

Closed kevininderhees closed 1 year ago

kevininderhees commented 1 year ago

https://github.com/cfzd/Ultra-Fast-Lane-Detection/blob/85eda710482eebe1a48f90316de7cfec7399bbf3/requirements.txt#L5 should be scikit-learn

see https://pypi.org/project/sklearn/

cfzd commented 1 year ago

@kevininderhees thanks for your comment.

kevininderhees commented 1 year ago

Thanks for the quick response!