-
Hello, I created the model folder in the lanenet-lane-detection file directory, and put the weights and other files into it, run python tools/test_lanenet.py --is_batch False --batch_size 1 --weights_…
-
出现如下错误,希望可以给出一些意见
(py35) xieyan@xieyan-System-Product-Name:~/selfdriving/CNN-lane-detect/lanenet-lane-detection-master$ python tools/test_lanenet.py --is_batch False --batch_size 1
I0906 15:52:30…
-
大致思想我理解是一部分基于像素级的语义分割:利用生成二值标签来训练二值分割网络,以获取预测的二值图(我理解是获取车道线的大类)。另一部分是进行实例分割:是利用生成实例标签来训练二值分割网络,以获取实例分割图吗?(我理解是给每个车道的分配类别:那些像素属于那个车道),疑问是实例分割出来的是不是已经完成聚类了? 而图2后面是二值分割网络和instance embedding 分支网络进行了组合 再进行…
-
In config/global_config.py, I find the following config
# Set the shadownet validation batch size
__C.TRAIN.VAL_BATCH_SIZE = 8
# Set the learning rate decay steps
__C.TRAIN.LR_DECAY_STEPS = 4100…
-
In test_lanenet_instance.py got error:
```
Traceback (most recent call last):
File "tools/test_lanenet_instance.py", line 107, in
test_net(args.image_path, args.weights_path, args.net)
…
-
你好,当我用自己训练的模型进行测试(test_lanenet.py)的时候,出现了这样的错误:NotFoundError (see above for traceback): Key lanenet_loss/inference/encode/conv1_1/bn/beta not found in checkpoint
是不是因为我用了dense net(我是从头开始训练的)作为我的训练模型的…
-
Thank you for sharing your code! I've formatted the BDD dataset to train your model on, but I keep running into this error:
![image](https://user-images.githubusercontent.com/26938589/41876118-d1e7e…
-
你好,我用自己的数据训练的结果是这样的,请问这是什么原造成的呢?
![image](https://user-images.githubusercontent.com/26050577/48932049-8b58f180-ef34-11e8-89e9-0181cf42233c.png)
而且训练过程中instance loss一直不怎么降低,在计算instance loss时所用到的参数是。f…
-
`pip install mkl` doesn't work.
anyone can help?
-
hi,
Thanks for sharing your codes. I have encountered a mistake as follows when I was training the net using CULane dataset based on your pre-trained models. Would you please tell me the possible mis…