From f998096a84028cc04e52b2b433534a094522d387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Aum=C3=BCller?= Date: Mon, 4 Oct 2021 20:37:49 +0200 Subject: [PATCH] Updated README.md to point out the http client. --- t1_t2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/t1_t2/README.md b/t1_t2/README.md index 8776f8db..ceac42db 100644 --- a/t1_t2/README.md +++ b/t1_t2/README.md @@ -120,6 +120,7 @@ python install.py --install [your_team_name] Develop and add your algorithm's python class to the [benchmark/algorithms](../benchmark/algorithms) directory. * You will need to subclass from the [BaseANN class](../benchmark/algorithms/base.py) and implement the functions of that parent class. * You should consult the examples already in the directory. +* If it is difficult to write a Python wrapper, please consult [HttpANN](../benchmark/algorithms/httpann_example.py) for a RESTful API. When you are ready to test on the competition datasets, use the create_dataset.py script as follows: