-
Hi, thank a lot for your nice work!
btw, I found that when I train ERFNet for Lane Detection(using `erfnet_baseline_culane.sh` script), the model's iteration number is changed every time it trained.…
-
Hello! The number of h_samples in my own dataset is 72. Can I run it with your code? If it can be executed, how should I fix your modified code? thank you!
-
First I'd like to thank you for your great work and your open source. I download the code today and want to test the performance on tusimple, here is my command:
` python main.py --run_mode test_pape…
-
Can u provide the training log? i have try toI tried to fit on a small dataset (1000 culanes, or my own dataset , batchsize = 1), but focalloss1 has been around 1.35 (culane 800*320) and cannot be dec…
-
您好 想請問一下
如何將tusimple test完後json檔修改為culane的格式
tusimple json 檔,內含h_samples、lanes、run_time、raw_file,若要可視化是不是只能改成像測試檔案一樣,單一圖片只有lanes的json檔
-
I am also working on using parametric curves for Lane Detection.
I came across your paper. Really liked it!
I wanted to test this Repo on a custom Video but the code base seems to be a bit confusi…
-
Hi,
The training miou is always around 0.44 for TuSimple dataset. There is no any improvement after adjusting the learning rate, learning rate decay, momentum, weight decay...
Any advice? Than…
-
-
In opensource datasets, there are some limits about the maximum number of lanes.(Tusimple is 5, CULane is 4...)
When I train the lanedetection algorithm on my datasets, I have preprocessed my data …
-
Hello,
I was trying to load the provided [weights](https://www.dropbox.com/sh/0b6r0ljqi76kyg9/AADedYWO3bnx4PhK1BmbJkJKa?dl=0) in the tools/test_lanenet.py script using the following command:
`py…