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] Train Yolo Model For Valve Detection #16

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

[TASK] Train Yolo Model For Valve Detection #16

jorgenfj opened this issue Sep 20, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request sitaw SITAW team responsible x-large ~months to complete

Comments

@jorgenfj
Copy link

Description of task

Training

We need a robust way to detect valves during TACC. This issue is solely dedicated to training the model. Deep learning models require lots of annotated data in over to work effectively. Therefore we should start this process as soon as possible.

Generating Data

We have a 3d print of the valve at the office which can be used to generate a dataset. It might also be wise to look into the creation of a synthetic dataset in blender with automatic labeling.

Remember that the dataset should reflect real world conditions. There is a rosbag on teams from the pipeline following mission run from this summer. By looking at that one could get a feel for how the operating conditions are underwater (murky water). Sadly there are no recording of the valve manipulation task.

Suggested Workflow

Specifications

  • The valve is static, so accuracy should be somewhat prioritized over speed.
  • Should be able to input an image and generate bounding boxes for detections

Contacts

@Senja20
@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 sitaw SITAW team responsible x-large ~months to complete labels Sep 20, 2024
@jorgenfj
Copy link
Author

@jorgenfj jorgenfj assigned Sam1-2 and unassigned oahelmer Oct 2, 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 sitaw SITAW team responsible x-large ~months to complete
Projects
None yet
Development

No branches or pull requests

3 participants