ria-com / nomeroff-net

Nomeroff Net. Automatic numberplate recognition system.
GNU General Public License v3.0
457 stars 159 forks source link

Is it possible to run nomeroff in multiprocessing mode? #291

Open jellyAdamson opened 2 months ago

jellyAdamson commented 2 months ago

Hi. I'm trying to run program in multiprocess mode (25 CPU, 40 GB RAM). For that purpose I'm using flask with gunicorn. Each recognition with 1 worker takes 1.8-2 seconds, but with 2 workers - 50 seconds. Code is the same as in rest_examples folder. What causes this delay, OCR, classification or detection?