Uploaded image for project: 'Image Recognition'
  1. Image Recognition
  2. IMGREC-5

Recognise images concurrently in ImageRecognitionModule

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Neutral Neutral
    • 1.0
    • None
    • None
    • Yes
    • Yes
    • Basel 143
    • 5

      Currently, info.magnolia.ai.image.ImageRecognitionModule does everything in a single thread however, the Image recognition services doesn't block us from attempting to recognise multiple images at once thus, this should be done in the module.

       

      Configurable number of threads should be spawned upon the module startup and each thread should execute the flow foreach image.

       

      In addition, on upload of an image the action should delegate to this component and inform user when the process has been done.

        Acceptance criteria

              ilgun Ilgun Ilgun
              ilgun Ilgun Ilgun
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD