Skip to content

Conversation

@khatami-mehrdad
Copy link
Contributor

No description provided.

Signed-off-by: khatami-mehrdad <46937343+khatami-mehrdad@users.noreply.github.com>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the example notebook to adjust the compound model’s parameter value in the license plate recognition pipeline.

  • Changed the numeric parameter passed to CroppingAndClassifyingCompoundModel from 5.0 to 50.0.

" lp_det_model,\n",
" lp_ocr_model,\n",
" 5.0\n",
" 50.0\n",
Copy link

Copilot AI Jun 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The literal 50.0 is a magic number; consider extracting it into a named constant (e.g., CROP_SCALE_FACTOR) and documenting its purpose to improve readability and ease future adjustments.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants