From 1c37010ddefc0742529933a7f44e98e3e17c12ed Mon Sep 17 00:00:00 2001 From: kuaashish <98159216+kuaashish@users.noreply.github.com> Date: Thu, 23 Feb 2023 22:07:04 +0530 Subject: [PATCH] Update objectron.md --- docs/solutions/objectron.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solutions/objectron.md b/docs/solutions/objectron.md index 190f251f2..f3b7af35a 100644 --- a/docs/solutions/objectron.md +++ b/docs/solutions/objectron.md @@ -613,7 +613,7 @@ z_ndc = 1 / Z ### Pixel Space -In this API we set upper-left coner of an image as the origin of pixel +In this API we set upper-left corner of an image as the origin of pixel coordinate. One can convert from NDC to pixel space as follows: ```