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: Build a Small-CNN for Stop Sign Detection #28

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

MODEL: Build a Small-CNN for Stop Sign Detection #28

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

Comments

@obaidmm
Copy link
Contributor

obaidmm commented Feb 24, 2025

In this task, we will design and implement a Convolutional Neural Network (CNN) for real-time stop sign detection. The CNN is planned to have 7 layers.

The goal is to build a lightweight model that can accurately detect stop signs in images while ensuring it runs efficiently on low-power. The model should be able to process images. To achieve this, we will construct a small CNN with convolutional layers for feature extraction, batch normalization for stable training, pooling layers to reduce spatial dimensions, and fully connected layers for classification (You should do more research on this ). The final layer will use a Sigmoid function to spit out the confidence score of our binary classification : stop sign OR not stop sign. We may use Softmax activation function to output the probability of a stop sign being present if we have more detection classes, i.e. Yield sign, speed limit, etc.

The final deliverable for this task will be a Python script (cnn_detectionmodel.py) that defines the model, loading and preprocesses the dataset, and saves the trained model in an appropriate format (basically .pt).

@obaidmm obaidmm changed the title Build a Small-CNN for Stop Sign Detection MODEL: Build a Small-CNN for Stop Sign Detection Feb 24, 2025
@JairdanC JairdanC self-assigned this Feb 26, 2025
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

4 participants