SeokjuLee / VPGNet

VPGNet: Vanishing Point Guided Network for Lane and Road Marking Detection and Recognition (ICCV 2017)
MIT License
487 stars 166 forks source link

Common problems when running the VPGNet code: Just a reminder!!! #23

Closed cardwing closed 6 years ago

cardwing commented 6 years ago

Several days ago, I reproduced the result of VPGNet and I put some frequently met installation problems here to facilitate other researchers:

  1. Compile caffe: If you use anaconda python, please uncomment the corresponding lines in Makefile.config (Line 55 ~ 58) and DO NOT uncomment Line 5 (# USE_CUDNN := 1) since current version of VPGNet does not use cudnn.

  2. Run make_lmdb.sh: If you meet problems about cudnn, please recompile caffe without cudnn. Besides, in my case, I need to write the absolute path of LMDB_train and LMDB_test in make_lmdb.sh.

Regards, Cardwing