cardwing / Codes-for-Lane-Detection

Learning Lightweight Lane Detection CNNs by Self Attention Distillation (ICCV 2019)
MIT License
1.04k stars 333 forks source link

ImportError: No module named utils.transforms #139

Closed sicarioakki closed 5 years ago

sicarioakki commented 5 years ago

How to solve this issue?

cardwing commented 5 years ago

Please add export PYTHONPATH=/path/to/Codes-for-Lane-Detection/ERFNet-CULane-PyTorch in your .bashrc (use your path).

sicarioakki commented 5 years ago

Thank you very much! Will try it out and let you know.. Btw is the given implementation if ERFNET only GPU compatible??

cardwing commented 5 years ago

Yes.

khan958 commented 5 years ago

@cardwing File "C:/Users/Jayden/Human_Pose_Estimation/lib/dataset/JointsDataset.py", line 20, in from utils.transforms import get_affine_transform

ModuleNotFoundError: No module named 'utils.transforms'