Farshid Rayhan

Results 3 issues of Farshid Rayhan

i used the following code in the terminal `python train.py 0 ` And I got the following errors `Traceback (most recent call last):' ` File "train.py", line 240, in with...

In the prev version, we could get the number of detected lanes like, `output_img, lane_points, lanes_detected = lane_detector.cfg.detect_lanes(frame)` `lanes_detected = ['False', 'True', 'True', 'False'] ` The above would mean the...

Can we get weights for Res-34, please? The paper claims that res34 is faster and more improved in terms of performance quality.