parkpow / deep-license-plate-recognition

Automatic License Plate Recognition (ALPR) or Automatic Number Plate Recognition (ANPR) software that works with any camera.
https://platerecognizer.com/
MIT License
523 stars 122 forks source link

Add benchmark_video_blur.py #160

Closed dibonjohnseron closed 11 months ago

dibonjohnseron commented 11 months ago

This benchmarking script would measure the duration it takes to process videos at different sample rates and outputs the results on a text file.

marcbelmont commented 11 months ago

@adolfoarmas, could you please review this script, run it, and share the results?

adolfoarmas commented 11 months ago

These are the results I got, i ran various with sample 60 and one with 50:

Sample Output Size Duration
60 2.25 MB 14.7
60 2.0 MB 21.4
60 2.0 MB 17.1
60 2.0 MB 18.4
50 2.0 MB 19.3

Host Passmark 19912

Test environment: Ubuntu VM 1 processor, 3 cores RAM 8GB

marcbelmont commented 11 months ago

@dev-bon, do you need any further details? @adolfoarmas, do you have any feedback on the script itself?

dibonjohnseron commented 11 months ago

None on my end. The output satisfies the needed details on the metric sheet.

marcbelmont commented 11 months ago

@adolfoarmas, is there anything else? Please merge if it's ready.

adolfoarmas commented 11 months ago
Video Duration (m) Sample Output Size Processing Time (s)
0:02:41 30 178.5 MB 585.5
0:02:41 40 178.75 MB 519.8
0:02:41 50 178.5 MB 469.6

results i got LGTM now @marcbelmont