Jade999/caffe_lane_detection

how to use?

Opened this issue · 5 comments

how to use?

download lane.caffemodel as the link shows in file download.lane.caffemodel. and then see inference.py. It is the same as you use the traditional caffe model.

emm...please, which project you use convert the pytorch model to caffe?

emm...please, which project you use convert the pytorch model to caffe?

Hi,I convert pytorch to onnx and then to caffe, you can reference this code:https://github.com/hanson-young/nniefacelib/tree/master/PFPLD/cvtcaffe

hi, you reference the code https://github.com/hanson-young/nniefacelib/tree/master/PFPLD/cvtcaffe, I want to know you how to convert the pytorch model to onnx, I see that convert_to_onnx.py, but I'm not sure the dummy_input setting, Is also need to modify the PFLDInference() in pfld.py ?

you can refer the test project https://github.com/xiya888/lane_detect_convert, maybe could help you!

hi can you provide the link to download the caffe or onnx model in other cloud storage, which is not using Baidu, I cannot access to Baidu. Thanks in advance I would really like to test your network