pytorch-lanenet icon indicating copy to clipboard operation
pytorch-lanenet copied to clipboard

LaneNet implementation in PyTorch

Results 25 pytorch-lanenet issues
Sort by recently updated
recently updated
newest added

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

![Screenshot from 2020-05-19 08-26-43](https://user-images.githubusercontent.com/39679866/82313586-24b67600-99fb-11ea-9d9e-7d318d524bc5.png) 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?