Skip to content

paint_eyes function#110

Open
krataratha wants to merge 1 commit intoai-forever:mainfrom
krataratha:patch-1
Open

paint_eyes function#110
krataratha wants to merge 1 commit intoai-forever:mainfrom
krataratha:patch-1

Conversation

@krataratha
Copy link
Copy Markdown

Added a comment to the paint_eyes function for clarity.

Added a comment to the paint_eyes function for clarity.
Copilot AI review requested due to automatic review settings April 2, 2026 07:02
Copy link
Copy Markdown

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 intends to improve clarity around the paint_eyes helper in utils/training/detector.py by adding an explanatory comment.

Changes:

  • Added an inline comment to the paint_eyes function definition line.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.



def paint_eyes(images, eyes):
def paint_eyes(images, eyes)://Paint eyes
Copy link

Copilot AI Apr 2, 2026

Choose a reason for hiding this comment

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

def paint_eyes(images, eyes)://Paint eyes is invalid Python syntax (Python uses # for inline comments; // will raise a SyntaxError and break imports). Replace with a proper comment (e.g., def paint_eyes(...): # Paint eyes) or add a docstring on the next line.

Suggested change
def paint_eyes(images, eyes)://Paint eyes
def paint_eyes(images, eyes): # Paint eyes

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.

2 participants