Skip to content

PlayOn Sports AI Engineer Technical Screen: Basketball CV Pipeline. Repository containing the instructions, sample images, and resources for the computer vision challenge focused on player detection, color identification, and jersey OCR.

Notifications You must be signed in to change notification settings

playon/ai-engineer-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

AI Engineer Challenge

Build a computer vision pipeline that processes basketball game images to:

Task 1: Player Detection

  • Detect all basketball players in an image (see sample images)
  • Draw bounding boxes around each player
  • Filter out non-players (referees, crowd, etc.)
  • Output confidence scores for each detection

Sample Images:

Task 2: Jersey Color Identification

  • Extract the dominant jersey color for each detected player
  • Map RGB values to common color names (Red, Blue, White, etc.)
  • Consider only the jersey region (not shorts, shoes)

Task 3: Jersey Number Recognition

  • Read the jersey number from each player
  • Handle various number fonts and sizes
  • Output "N/A" for unreadable numbers

You are Encouraged to Use:

  • AI coding assistants (Claude, ChatGPT, Cursor, Copilot)
  • Online documentation and resources
  • Existing CV libraries and pretrained models

About

PlayOn Sports AI Engineer Technical Screen: Basketball CV Pipeline. Repository containing the instructions, sample images, and resources for the computer vision challenge focused on player detection, color identification, and jersey OCR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published