diff --git a/slate/examples/process_images.py b/slate/examples/process_images.py index a2692e42..8f1f6bb3 100644 --- a/slate/examples/process_images.py +++ b/slate/examples/process_images.py @@ -41,8 +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': "use-opensfm-pointcloud", 'value': True}, - {'name': "orthophoto-resolution", 'value': 24}, + {'name': "orthophoto-resolution", 'value': 24} ]) res = requests.post('http://localhost:8000/api/projects/{}/tasks/'.format(project_id), headers={'Authorization': 'JWT {}'.format(token)},