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

Develop Python library to YOLOv7 interface #1030

Closed
5 tasks
Tracked by #973
cbrxyz opened this issue Apr 3, 2023 · 1 comment
Closed
5 tasks
Tracked by #973

Develop Python library to YOLOv7 interface #1030

cbrxyz opened this issue Apr 3, 2023 · 1 comment

Comments

@cbrxyz
Copy link
Member

cbrxyz commented Apr 3, 2023

Assignee

No response

Deadline

No response

What needs to change?

When YOLOv7 has been used by the lab in the past, we have traditionally just gained information from the data it outputs to its topics. We should change this by creating a helper Python library that makes it easier to discern what information is being sent out by the system.

This library could:

  • Create helper functions for getting object detection information
  • Define and raise a set of exceptions as a result of certain criteria being met (for example, raising an exception when no objects are found, but are requested)
  • Create classes to store information about found objects, and classes for the queries themselves

How would this task be tested?

  1. You can write simple tests to test the Python library in a variety of circumstances (when an object is found, when no object is found, etc).

Contacts

  • We need help from the mechanical team.
  • We need help from the electrical team.
  • We need help from Dr. Schwartz or other faculty.
  • We need help from a company or an organization.
  • We need help from another UF staff member or organization (ex, facilities).
@MrinallU
Copy link
Contributor

MrinallU commented Sep 9, 2023

PR made in the yolov7 repository: uf-mil/yolov7-ros#2

@cbrxyz cbrxyz assigned DaniParr and unassigned MrinallU Feb 3, 2024
@CyrusKell CyrusKell self-assigned this Feb 3, 2024
@sebastian-paez sebastian-paez self-assigned this Feb 5, 2024
@Sam-DSouza1 Sam-DSouza1 self-assigned this Feb 7, 2024
@AlexanderWangY AlexanderWangY self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants