IrohXu / lanenet-lane-detection-pytorch

Unofficial implemention of lanenet model for real time lane detection Pytorch Version
MIT License
150 stars 39 forks source link

Testing Accuracy #25

Open Amirayassermohamed opened 1 year ago

Amirayassermohamed commented 1 year ago

How can i calculate testing accuracy ?

ghost commented 1 year ago

python eval.py --dataset dataset path --model modelpath/best_model.pth --model_type model type

This code will give you the following form of result.

Use (model_type) as backbone Final_IoU: (some value) Final_F1: (some value)