diff --git a/slate/examples/process_images.py b/slate/examples/process_images.py index 644d415c..d4181886 100644 --- a/slate/examples/process_images.py +++ b/slate/examples/process_images.py @@ -41,7 +41,7 @@ if 'token' in res: images = [('images', (os.path.basename(file), open(file, 'rb'), 'image/jpg')) for file in images_list] options = json.dumps([ - {'name': "orthophoto-resolution", 'value': 24} + {'name': "orthophoto-resolution", 'value': 5} ]) res = requests.post('http://localhost:8000/api/projects/{}/tasks/'.format(project_id), headers={'Authorization': 'JWT {}'.format(token)},