Robust-Lane-Detection icon indicating copy to clipboard operation
Robust-Lane-Detection copied to clipboard

Results 24 Robust-Lane-Detection issues
Sort by recently updated
recently updated
newest added

Hi, I saw that you have included in the README that you have pretrained model for ConvLSTM, UNet-ConvLSTM) as well as the comparable two(SegNet, UNet). But I could only find...

Is compare the single frame input with multi-frame input unfair?

您好,有一处问题想请教一下 ` lstm, _ = self.convlstm(data) test = lstm[0][-1,:,:,:,:] ` 第一行是定义了2层的lstm,一层用于提取特征,一层用于集成。 第二行的test =test = lstm[0][-1,:,:,:,:] 。 不知道是什么意思, 希望能解答一下, 谢谢

I did not find the code for multi-GPU training in your code. Could you please tell me how to run code with two or four GPUs at the same time

please show the details "how to calculate json file from the predicted results of tusimple" at your convenience. thank you very much

I hope to add new train set but I don't know how to make label image with new load image. Could you let me know how to draw the label...

How could I make the test_index? Thanks.

I have looked in the links you provided from baidu and gdrive, it seems that "test_index.txt" file is missing. Could you advise me on this?

Hi, thanks a lot for publishing the code. It is a very interesting work. I am currently able to run the code with my own dataset. However, I notice that...

I am trying to run the code from scratch and trying to create my own model after training. Training successfully completes and i get a folder named 97.8457815.pth in the...