Closed farouk09 closed 2 years ago
It seems you don't have the library libgeos_c.so
. You might try this: https://stackoverflow.com/questions/19742406/could-not-find-library-geos-c-or-load-any-of-its-variants.
Or
collect_lane.py
this file is used in CondlaneNet
. If you don't need testing it, you can try to comment this line(https://github.com/Turoad/lanedet/blob/main/lanedet/datasets/process/__init__.py#L7):
from .collect_lane import CollectLane
Hi,
I'm trying to run inference on Jetson TX2 with this command _" _python3 tools/detect.py configs/resa/resa34_culane.py --img images/ --load_from resa_r34culane.pth --savedir ./vis "_ and i'm getting this error, Can anyone tell me what's the problem please !