-
Hi Harry,
Could you clarify how many GBs memory and graphics card is used to training CULane and TuSimple?
I have 64GB memory and RTX 2080 TI, but got the out of memory issue.
Thanks,
Lily
-
Hello, Cardwing
I want to confirm if all your code shared, different directories ( ENet-BDD100K-Torch, ENet-Label-Torch, ENet-TuSimple-Torch, ERFNet-CULane-PyTorch, SCNN-Tensorflow ) means you tried …
-
@MaybeShewill-CV Hi, I have trained on CULane dataset, and this is a strange test result, have you ever met this?
And when two lanes are close, they are easy to become wider and be connected together…
-
The newly added code for the lane evaluation in CULane can fasten the evaluation process about 20 x. Just compile with make in `ERFNet-CULane-PyTorch/tools/lane_evaluation/` (make clean first). If you…
-
Hi Harry,
Thank you very much for implementing SCNN in Pytorch. Currently, I have CULane(1640x590), TuSimple(1280x720) Lane Dataset, and other datasets.
My question is that, what is the image s…
-
Hello, I have trained and test your scnn_pytorch successfully.
Now I want to konw how to test the image with arrow and crosswalk.
Could you please teach me how to test the arrow?
Thank you @jcdubr…
-
INFO:tensorflow:Restoring parameters from ./model/culane_lanenet_vgg_2018-12-01-14-38-37.ckpt-10000.data-00000-of-00001
I1016 14:19:10.774645 387 saver.py:1284] Restoring parameters from ./model/cula…
-
In the traing process, the eval picture get a good result,but the saved pth model get nothing.
-
Thank you for your contribution ^_*
it is really helpful.
I read the README file, I am confused why the torch, cuda, cudnn version is so low ?
Can I test all of these projects on pytorch => 1.0 ,…
-
Hello, unfortunately I have problems with image paths. I already did read closed issues about that and the suggestion was to use absolute path. But where do I enter the absolute path? In the test.txt …