Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computer Vision Pipeline #219

Open
2 tasks
miyatakazuya opened this issue Jan 9, 2025 · 0 comments
Open
2 tasks

Computer Vision Pipeline #219

miyatakazuya opened this issue Jan 9, 2025 · 0 comments
Labels
feature New feature or request mission-critical MUST HAVE BEFORE COMPETITION

Comments

@miyatakazuya
Copy link
Contributor

miyatakazuya commented Jan 9, 2025

🚀 Feature

Set up the CV Pipeline to intake images from the PyCam Client to perform object detection and localization of ground targets.

Motivation

New Rule Changes that call for new detection methods, as well as the integration of a new camera.

Pitch

Inputs:

  • Full resolution image (after any image-processing)
  • Plane positional data from the time the picture was taken
  • Camera Gimbal data?

Components

  • Object Detection / Classification
    • Input: Full resolution image (after any image-processing)
    • Detection model identifies potential objects, annotating their pixel position.
    • Keep track of 5 unique object types.
    • Output:: List of cropped targets where each one is annotated with their pixel position within the original image
  • Localization
    Input: Position of target in image space, plane positional data
    Output: Latitude/Longitude of specified target
@miyatakazuya miyatakazuya added feature New feature or request mission-critical MUST HAVE BEFORE COMPETITION labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request mission-critical MUST HAVE BEFORE COMPETITION
Projects
None yet
Development

No branches or pull requests

1 participant