From ae6c13c90b902044d5b82b62d3c4c31d6665e15c Mon Sep 17 00:00:00 2001 From: Johannes Raufeisen <3852580+jraufeisen@users.noreply.github.com> Date: Sat, 4 Nov 2023 15:51:52 +0100 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ad947..294bd47 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Once we have the model, we can select any of its layer and different resolutions ```python # import CAMERAS class - from CAMERAS import CAMERAScompute + from CAMERAS import CAMERAS # Creating CAMERAS object cameras = CAMERAS(model=model, targetLayerName="layer4", inputResolutions=[224, 324, 424, 524])