-
Dear author,
Thanks for you job.
May I ask if I want to run my own images and videos with your models, which configurations in the code I need to change to get the best result? e.g. original img…
-
Hello, in your paper, TABLE II: Results Summary shows 6 classification results, but I can only classify dashed and solid lane lines using your code. How should I modify the code to complete the six cl…
-
According to readme.md, I can correctly generate json files(including lane classes) and masks for LVLane dataset, but there is an error when processing Tusimple data set, what should I do?
![Uploadin…
-
Where can I download the Tusimple Dataset? I looked for it in http://benchmark.tusimple.ai/#/ but I could not find it.
Does the label of each image include both binary and instance segmentation lab…
-
Hello, the dataset folder structure downloaded from the Tusimple official website includes train_set, test_set, test_label.json, and test_label.new.json. Is it necessary to merge train_set and test_se…
-
HI
where I have to change for 'float' ?
here the error message
(laneatt) bjku@bjku:~/LaneATT$ python main.py train --exp_name laneatt_r34_tusimple --cfg cfgs/laneatt_tusimple_resnet34.yml
Trace…
-
I have realitived the model at Tusimple datasets,but I do not know how to train my own datasets,because the Tusimple datasets' format is very complex.So how should I do?I have writed some transfomal p…
-
i use the model which is trained by tusimple datasets, and when i inference the picture that i download from website with detect.py, the detect results is not correct, and i have resize the pic as 720…
-
#### Goal:
Implement, train and test a LaneNet algorithm and test it with the open source datasets CULane and TuSimple
#### Assigments:
- Understand how the ML-algorithms works
- Implement the M…
-
#### Goal:
Implement, train and test a spatialCNN algorithm and test it with the open source datasets CULane and TuSimple
#### Assigments:
- Understand how the ML-algorithms works
- Implement th…