SCNN
SCNN copied to clipboard
Spatial CNN for traffic lane detection (AAAI2018)
Hello, Xinggang, I am getting the following error after I run the test.sh in experiment folder, could you tell me what is wrong here, I googled some result, saying I...
@XingangPan When I run sh ./experiments/test.sh, I met following error, what should I do? 
Hi, I'm trying to test the model on my own data, and I was wondering if there was an easy way to generate the necessary /list .txt files to allow...
I simply remove the nn.View(4500) and insert a new nn.View(4500) in **SCNN-gen.lua**, as the following shows: ``` classifier = model:get(44):get(2) classifier:remove(3) classifier:insert(nn.View(4500), 3) classifier:remove(4) classifier:insert(nn.Linear(4500, 128), 4) ``` Error comes...
Can you provide a model of VGG16+SCNN? Thank you!
Hi,XingangPan@XingangPan,I trained with my own labeled data set. I have run the train.sh with the following question. Can you help me see it? ... -> output } } load file(lane-gen.lua):...
@XingangPan I would like to ask, in the training process, model_new.t7, model_best.t7 are generated. Which one is the trained model? What is the vgg_SCNN_DULR9_w9.t7 generated by running th SCNN-gen.lua? thank...
The lane detection model is the multi-label and multi-task problem? And I really want to know what the probmaps means
1) when i run test.sh file my error is ----- ./test.sh: line 5: th: command not found 2) when i run "Run.sh" file - the error is ------ Run.sh: 31:...