mediaforensics/medifor

passing images to the request and response object.

Opened this issue · 1 comments

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).

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.