-
Hi, I'm trying to develop a ROS wrapper for lane. My problem is with there are a lot of files and I'm not sure what to take. Can you guide me as in where to get started?
Thanks for your time and pati…
-
Hello, have you ever tried different values of parameter 'down_ratio'? I find one line code of its acceptable values in class DLASeg.
`assert down_ratio in [2, 4, 8, 16]`
So can you tell me the perf…
-
Hi, thanks for this fantastic work. I have met a problem seeing blow.
```
Traceback (most recent call last):
File "tools/train.py", line 230, in
main()
File "tools/train.py", line 194, …
-
when I use the argument(val-num-steps), the error occurred(AttributeError: 'tuple' object has no attribute 'to').
The full command is as follow:
python main_landec.py --epochs=50 --lr=0.2 --batch-…
-
Hi,
I wanted to use your code to run predictions on a custom dataset. I generated the required input data in terms of semantic masks, optical flow, and depth maps. The issue is in the object ground…
-
Hi, first of all thanks a lot for sharing this repository and detailed instructions for setting it up. It was very helpful to replicate and test it with the images in the data\tusimple_test_image fold…
-
I'm retraining a model using both CuLane, TuSimple, Llamas and some other dataset. Since you calculated the anchor freq of the dataset before training, keeping only 1000 anchors for every inference an…
-
Thanks for your sharing idea and wonderful job! the idea about using HAF and VAF for clustering lanes is impressive and enlightening. I have used your model on my own datasets and got a not a good res…
-
#### Goal:
Implement and test the "Hough Transform" algorithm on the offline datasets CULane and TuSimple. Note: this is a classical approach and no machine learning.
#### Assigments:
- Understa…
-
Hello @MaybeShewill-CV
I am currently trying to train the lanenet model with my own dataset but i missing some files.
My current status:
* I trained successfully the network with the 6 images …