pytorch-lanenet
pytorch-lanenet copied to clipboard
LaneNet implementation in PyTorch
I'm having a problem with the trainer where: `Traceback (most recent call last): File "C:\Users\Carsten Kinderknecht\Documents\GitHub\pytorch-lanenet\lanenet\train.py", line 156, in main() File "C:\Users\Carsten Kinderknecht\Documents\GitHub\pytorch-lanenet\lanenet\train.py", line 144, in main train_iou = train(train_loader,...
Can you provide Pretrained model ?
During training, I found the instance part of your program is not accurate, the instance loss is too fast to converge to 0. Thus, I checked the loss.py file of...
When I load the data, dimension and index don't match
 I have also tried for the sample data set that have been given in repository
When I run 'python3 lanenet/train.py --dataset ./data/training_data_example',the error: File "lanenet/train.py", line 9, in from lanenet.dataloader.data_loaders import LaneDataSet ModuleNotFoundError: No module named 'lanenet' How can I fix it?
Epoch 0 Epoch 1 Step 30 |(30/30)| ETA: 1.48|Total loss:1.88982|Binary loss:1.06663|Instance loss:0.82319|IoU:0.41936 97%|#########6| 29/30 [00:57
decode_logits = decode_ret['logits'] decode_deconv = decode_ret['deconv'] 请问这两行代码是什么意思?学习
I have the question of how can I use test.py as I tried running it and it does not give any output. Do I need to give any arguments?