From 0359e2e15f4504513fd2995bdd6dd654c747b313 Mon Sep 17 00:00:00 2001 From: Maria Khalusova Date: Thu, 19 Jan 2023 08:43:36 -0500 Subject: [PATCH] Updates to computer vision section of the Preprocess doc (#21181) * Extended the CV preprocessing section with more details and refactored the example * added padding to the CV section, though it is a special case * Added a tip about post processing methods * make style * link update * Apply suggestions from review Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> * review feedback Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/en/preprocessing.mdx | 76 +++++++++++++++++++++++++++----- 1 file changed, 66 insertions(+), 10 deletions(-) diff --git a/docs/source/en/preprocessing.mdx b/docs/source/en/preprocessing.mdx index 5283a9b17e..9896b68989 100644 --- a/docs/source/en/preprocessing.mdx +++ b/docs/source/en/preprocessing.mdx @@ -1,4 +1,4 @@ -