Ultra-Fast-Lane-Detection icon indicating copy to clipboard operation
Ultra-Fast-Lane-Detection copied to clipboard

how to achieve the acc in the paper

Open FANG-MING opened this issue 3 years ago • 10 comments

I had trained the network with backbone is res18,but cannot attach 68.4 f1-score in culane dataset. Coudle you help me? thanks

FANG-MING avatar Sep 13 '21 06:09 FANG-MING

@FANG-MING Are you using the default training parameters? If you are using the default training parameters, just run

sh launch_training.sh

Then you can get the results. The provided models are trained in exactly the same way.

cfzd avatar Sep 13 '21 11:09 cfzd

i had tried the single gpu trained, that will have influence?

FANG-MING avatar Sep 13 '21 11:09 FANG-MING

@FANG-MING If you want to train with 1 GPU, you should reduce the learning rate from 0.1 to 0.025.

cfzd avatar Sep 13 '21 13:09 cfzd

@FANG-MING If you want to train with 1 GPU, you should reduce the learning rate from 0.1 to 0.025.

how can i test the speed? I find I can attach the spend descibed in the paper.

FANG-MING avatar Oct 11 '21 05:10 FANG-MING

@FANG-MING What's your device? What're the results of running speed_simple.py?

cfzd avatar Oct 13 '21 12:10 cfzd

@FANG-MING What's your device? What're the results of running speed_simple.py?

I test in 1080ti, but got speed is 260fps fastest

FANG-MING avatar Nov 03 '21 02:11 FANG-MING

@FANG-MING it's possible since the latency is already so low. The inference time for 300fps is 3.3ms. For 260fps, it is 3.84ms. Any latency fluctuation could make the speed slower.

cfzd avatar Nov 04 '21 11:11 cfzd

Hello, author, why can't I reach the accuracy of the paper when I reproduce it with the official code of resnet34 network

ma-cg avatar Nov 21 '21 05:11 ma-cg

@ma-cg It is possible since the released repo is a re-implementation. We will release a new version very soon, in which the res34 could achieve a ~76 F1 measure.

cfzd avatar Nov 22 '21 02:11 cfzd

When will the new version be released? I've been waiting for a long time

ma-cg avatar Nov 22 '21 05:11 ma-cg