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

MODEL: Train Stop Sign Detection #29

Open
obaidmm opened this issue Feb 24, 2025 · 0 comments
Open

MODEL: Train Stop Sign Detection #29

obaidmm opened this issue Feb 24, 2025 · 0 comments

Comments

@obaidmm
Copy link
Contributor

obaidmm commented Feb 24, 2025

This task involves implementing the training for the stop sign detection model. The script should handle dataset loading, training, and evaluation using a structured train-validation-test split. (we need to wait on dataset to get the "negative" part of the dataset.

Key performance metrics like accuracy, precision, recall, and mAP must be tracked during training. The script should include checkpointing to save the best model and prevent overfitting. After training, the model should be saved and versioned properly for easy deployment.

This website will give an understanding what the metrics mean: https://www.v7labs.com/blog/mean-average-precision

This trained model will be working alongside line detection and confidence thresholding for accurate stop sign recognition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant