From 280e49c29ee1edaaf8aabb65c54fbb6be3e04763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=A5=A0=E6=A5=A0?= <2509165032@student.example.com> Date: Thu, 18 Jun 2026 16:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hh.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 hh.py diff --git a/hh.py b/hh.py new file mode 100644 index 0000000..cd7e2c3 --- /dev/null +++ b/hh.py @@ -0,0 +1,30 @@ + + + + + + + + +[ + { + "id": 1, + "data": {"image": "images/cat_001.jpg"}, + "annotations": [{ + "result": [{ + "from_name": "label", + "to_name": "image", + "type": "choices", + "value": {"choices": ["cat"]} + }] + }] + } +] + + + + + \ No newline at end of file