Maxim

Results 2 issues of Maxim

Following the resnet18 demo. ### First error encountered: `{"errorMessage":"Required field: \"data\" is not string.","errorType":"InvalidJSON", "stackTrace":[]}` Resolved by adding `data = json.dumps(data)` after flattening img in `create_payload.py`. ### Second error: `...

**Steps to reproduce the issue:** 1. Download docker image as shown [here](https://licode.readthedocs.io/en/master/docker/) 2. Find your public IP address (Google 'my ip address') 3. Plug that IP address into the command...