Xingang Pan

Results 99 comments of Xingang Pan

@chenyiman Ok, I know the problem. You should rename the 'driver_23_30frame_part1' to 'driver_23_30frame'. Since BaiduYun do not accept file larger than 20G. I have to split the 'driver_23_30_frame' into two...

@chenyiman Try this. ![printpath](https://user-images.githubusercontent.com/13579537/40122120-acb259f4-5955-11e8-915a-7a6c93157f94.png)

@chenyiman My mistake, we should modify 'laneTest.lua' ![printpath](https://user-images.githubusercontent.com/13579537/40124698-b19246e0-595b-11e8-8034-46498c5257aa.png)

@chenyiman This is odd. Your image path has an extra '/data/CULane'. Try to remove it either in data list test.txt or in script test.sh. In my case the path is...

@chenyiman Also, if you have changed your data list, you should remove the files in folder 'gen' before run experiments.

It is already provided at https://drive.google.com/open?id=1Wv3r3dCYNBwJdKl_WPEfrEOt-XGaROKu

Please check https://github.com/XingangPan/SCNN/blob/master/experiments/models/SCNN-gen.lua or https://github.com/XingangPan/SCNN-prototxt-generator

1. Both are the trained model. After each epoch, the code would do preliminary evaluation on the validation set, and model_best.t7 is the one with the highest validation performance, while...

@cuicuizhang1989 @ytzhao I have provided a script for generating SCNN caffe prototxt file: https://github.com/XingangPan/SCNN-prototxt-generator. You can use http://ethereon.github.io/netscope/#/editor to visualize the architecture. Hope it would be helpful.

@FrancisGee The lane detection model has two branches. The problem could be viewed as a multi-task problem. The last convolution layer of the model would output feature maps of 5...