-
Hello @cardwing
I am currently trying to train the lanenet model with my own dataset but i missing some files.
M current status:
- I trained successfully the network with the 6 images which are …
-
"test_lanenet(args.image_path, args.weights_path, args.use_gpu, image_name, args.batch_size)"
NameError: name 'image_name' is not defined.
Can you please fix this..?
-
How does one go about testing this model on videos?
-
-
I am getting this memory issue, even that my __C.TEST.GPU_MEMORY_FRACTION = 0.05.
Also I am watching memory usage with nvidia-smi and it does not get beyond 700MB/6000MB (GTX 1060).
Why do I stil…
-
I download a vgg16.npy from network.When i train the model ,i get the error .
totalMemory: 10.91GiB freeMemory: 10.75GiB
2018-07-18 16:59:10.664853: I tensorflow/core/common_runtime/gpu/gpu_device.c…
-
您好,我对DL的造诣还不太深,所以想从您提供的训练好的模型中直接执行一次着手研究,想请问您在第一步骤所提到的,您有提供已经训练好的model file利我们直接运行一张测试图像,观察他出来的结果,想请问您提供的model_file在dropbox的网站里哪一个才是训练好的模型档,而我是直接把这个模型档加到以下路径 - -weights_path“”path/to/ your/model_weigh…
-
There is some useless line of code that raise error
`from lanenet_model import lanenet_discriminative_loss`
at lanenet_merge_model.py
-
https://github.com/MaybeShewill-CV/lanenet-lane-detection/blob/master/tools/test_lanenet.py
line 100:
sess_config = tf.ConfigProto(device_count={'CPU': 0})
应该是:
sess_config = tf.ConfigProto(device…
-
I have implemented SCNN using Tensorflow and put the full codes [here](https://github.com/cardwing/Codes-for-Lane-Detection). You can test the code in popular lane detection benchmarks like TuSimple, …