Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the data preprocessing #78

Closed
huanFigure opened this issue Apr 25, 2022 · 4 comments
Closed

About the data preprocessing #78

huanFigure opened this issue Apr 25, 2022 · 4 comments

Comments

@huanFigure
Copy link

I follow the README step by step to prepare the CULane dataset, and I have download the CULane dataset successfully. But when I perform the 'make' in 4.Prepare official evaluation scripts of the docs/datasets/CULANE.md ,I always get the fault about 'ln opencv_imgproc' ,which edition of the opencv ,is there someone completed the CULane dataset prepare?

@voldemortX
Copy link
Owner

@huanFigure

If you are using opencv3, get rid of the if here and just keep L21. If not delete them, it should work 1 of the 2 ways.

ifeq ($(OPENCV_VERSION), 3)

The process should be automatic, but sometimes your system can't get opencv version (that really happens a lot these days), and it can't be executed.

@voldemortX voldemortX added question Further information is requested lane detection OpenCV and removed question Further information is requested labels Apr 25, 2022
@voldemortX
Copy link
Owner

I've updated the code (removed automatic version check) to make things clear.

@voldemortX voldemortX self-assigned this Apr 25, 2022
@huanFigure
Copy link
Author

It's worked,thank you very much

@voldemortX
Copy link
Owner

You're welcome. Since this issue is resolved, I'll close this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants