Zhengyang Feng
Zhengyang Feng
> OpenCV is not found. I don't know why ... It seems you may have a faulty installation of OpenCV. Are you using ubuntu, I think it can be installed...
I have 3.2.0 on my own machine and it works.
@Wakarox Perhaps try install opencv 2.x?
> culane_list_convertor.py show something when running it? nope. no printing means success, as in all Linux commands.
> My error code : pytorch-auto-drive/tools/culane_evaluation$ make CXX src/lane_compare.cpp In file included from include/lane_compare.hpp:4, from src/lane_compare.cpp:8: include/spline.hpp:6:10: fatal error: opencv2/core/core.hpp: Aucun fichier ou dossier de ce type 6 | #include...
> The include is now good, i found something like you said yesterday. But now, i have a problem with the shared libraries. > > CXX/LD evaluate /usr/bin/ld: build/src/evaluate.o: undefined...
In my case I uninstalled the apt one. Or you can find a way to link that .so specifically, I think it is already the last step for this build.
@Wakarox I think you can search for opencv installation issues in general, since this probably is not specific to these codes. If you really can't make it work, you can...
@Wakarox At this point, I'd suggest you clean your environment of any opencv related stuff, delete the build dir in `culane_evaluation`. Then install opencv via the opencv documentation, and use...
@Wakarox Good to know you made opencv work! It seems your timm version doesn't support your pytorch version. Do you have pytorch > 1.8? It looks the same issue as...