From 85289bc5c97d7ce5f284b2434af1f7bb8d1d1da3 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 24 Oct 2022 14:20:43 +0200 Subject: [PATCH] :sparkles: --- rally.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rally.py b/rally.py index b7f0daa..192b1df 100644 --- a/rally.py +++ b/rally.py @@ -36,6 +36,7 @@ def find_aruco(image): if corners is None: return [] + print(ids) return {ids[i]: box[0].tolist() for i, box in enumerate(corners)} def main():