-
Notifications
You must be signed in to change notification settings - Fork 11
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
Brake lights classifier #383
Comments
09/09/2024 Update:
|
09/23/2024 Update: |
10/07/2024 Update: |
10/21/2024 Update: |
10/28/2024 Update: |
11/04/2024 Update: Next Steps: To meet the project’s goal of detecting brake light statuses (i.e., "brakes on" vs. "brakes off"), I plan to further fine-tune the model to focus specifically on this classification. Currently, it identifies the rears of vehicles but does not specifically categorize brake light status. I plan to review and debug the current YOLOv7 model configuration to see if it can be fine-tuned for brake light status classification directly. If needed, I’ll then explore adding a colorspace filtering technique to isolate red regions within the bounding boxes, which would allow the model to focus specifically on brake lights and enhance braking detection. Update: I was successfully able to train and run the YOLOv7 model described in https://medium.com/@armaan.sandhu.2002/training-yolov7-to-detect-vehicle-braking-e8e7e9db1b3b#3a49. During setup, I encountered a shared memory allocation issue which was limiting the GPU's ability to process data with CUDA. I resolved this by launching a new Docker container instance with increased shared memory allocation to fully support the NVIDIA CUDA platform, allowing smoother model training and execution. The following are a few outputs of the YOLOv7 drawing bounding boxes, identifying car rears and people. |
10/28/2024 Update: |
No description provided.
The text was updated successfully, but these errors were encountered: