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

[TASK] Object Detection Benchmarking #3

Open
3 tasks
jorgenfj opened this issue Sep 20, 2024 · 0 comments
Open
3 tasks

[TASK] Object Detection Benchmarking #3

jorgenfj opened this issue Sep 20, 2024 · 0 comments
Labels
enhancement New feature or request medium priority This issue should be addressed eventually medium ~ a couple days to complete perception Perception team responsible

Comments

@jorgenfj
Copy link
Contributor

jorgenfj commented Sep 20, 2024

Description of task

Robust object detection using deep learning, like a yolo model, is time consuming to implement. Therefore we need an easy to implement alternative for object detection to use as fallback.

Recommended alternatives:

  • SIFT
  • ORB
  • SURF

Things to consider

  • Speed
  • Accuracy
  • Resources (CPU or GPU)
  • Implementation Difficulty

Suggested Workflow

Specifications

  • Should be able to detect valve for TACC mission
  • Moderate accuracy is acceptable
  • Should output a bounding box for detected object

Contacts

@jorgenfj

Code Quality

  • Every function in header files are documented (inputs/returns/exceptions)
  • The project has automated tests that cover MOST of the functions and branches in functions (pytest/gtest)
  • The code is documented on the wiki (provide link)
@jorgenfj jorgenfj added enhancement New feature or request medium ~ a couple days to complete medium priority This issue should be addressed eventually perception Perception team responsible labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium priority This issue should be addressed eventually medium ~ a couple days to complete perception Perception team responsible
Projects
None yet
Development

No branches or pull requests

1 participant