awslabs / autonomous-driving-data-framework

ADDF is a collection of modules, deployed using the SeedFarmer orchestration tool. ADDF modules enable users to quickly bootstrap environments for the process and analysis of autonomous driving data.
Apache License 2.0
108 stars 45 forks source link

[FEATURE] Add pipeline for training YoloV5 model #147

Closed a13zen closed 6 months ago

a13zen commented 1 year ago

Is your feature request related to a problem? Please describe. The MLOps Modules allows us to do model training on AWS either via SageMaker or EKS. Add a sample training pipeline for training the model that is used by the object/lane detection pipelines to allow customers to improve the model over time.

Describe the solution you'd like

srinivasreddych commented 1 year ago

@a13zen Is this still relevant?