passing images to the request and response object.
Opened this issue · 1 comments
EmranSalehAli commented
In your python examples - for instance in example_analytic.py - it is not clear how to pass the images or the images folder to request and response objects and pass that to process_image(req, resp).
PVjammer commented
Only the path to the image/video is included in the requests and responses. The analytics expect the files to be accessible, generally as a volume mount on the analytic container.