BoSeal
BoSeal
你好,请问,我remove the lane existence prediction branch 之后,train_lanenet.py中,红色框中的代码我是不是也需要remove?我是在基于SCNN-tensorflow上修改代码的,第一次做基于图像语义分割实验,好多地方不太清楚,希望您可以为我解答,谢谢!   
@XingangPan , , 你好,我是使用tensorflow—SCNN代码跑了下程序,迭代次数设置为60k,使用4块gpu,其余参数与SCNN论文中的也都保持一致,但最终的结果却差强人意,只达到了64%多,所以我想知道是否您使用了其他一些技巧来训练SCNN网络? 另一个问题是,当我使用单gpu进行训练时,得到的结果却比多gpu条件下的要高,我不清楚原因,你可以解释下这种情况么?
@XingangPan ,你好,请问下面的Ground truth,是怎么进行可视化的? 
@XingangPan , 你好,On Cityscapes,我使用了random_crop方法(512 X 512),那么请问我是否需要在最后输出分割结果的时候,将图像分辨率还原至1024 X 2048??? 另一个问题是:For Cityscapes,gtFine_trainvaltest中,test文件中是否包含了labels?因为我不太清楚,如何使用训练完的模型对Cityscapes数据集进行测试??还是说,我只需要使用gtFine_trainvaltest文件中的train和val 中的数据,对模型进行训练,之后将训练好的模型提交给Cityscapes官方服务器,让他们给我测试??? 我是一个初学者,希望您可以为我解答疑惑,谢谢!
@XingangPan ,在对SCNN训练时,过程出现以下情况:那么请问,这种情况会影响最终的模型性能么?还是说,模型因为出现了一些问题,才会导致出现下面情况? 
@XingangPan ,您好,我想要使用CULane数据集训练模型,但是因为数据集太大,我这边实验条件达不到,那么我可以使用小部分CULane数据集进行车道预测么?这会不会影响我发论文?
@XingangPan ,In SCNN,i find that when i test it. If there is no line in the picture, the exist.txt also 1 1 1 1,then I checked and found that all...
I am not clear about how you implement and imporve SCNN model specifically in the Cityscapes dataset in your paper. Could you please provide the SCNN code for this Cityscapes...
When I train the lane dataset, I use the hardware configuration: one Tesla K20 GPU with 5G memory. This causes OOM!To solve this problem, I reduce the batch size to...
Hello, can the tensorflow-based model be trained on the caff-based pre-training model?As a beginner, I am not clear about this question, can you answer for me? 