AutoSense is an innovative project focused on enhancing road safety and optimizing autonomous driving capabilities through advanced vehicle and pedestrian detection. Leveraging semantic segmentation with DeepLabV3 and a ResNet-50 backbone, AutoSense achieves a remarkable accuracy rate of 96%, ensuring reliable and efficient detection in various real-world scenarios.
website link: https://autosense.vercel.app/
-
Semantic Segmentation: Classify road scenes into meaningful categories such as road, sidewalk, vehicles, and pedestrians.
-
Vehicle Detection: Accurate identification and tracking of vehicles on the road, enhancing autonomous driving capabilities.
-
Pedestrian Detection: Reliable detection of pedestrians near roads or crosswalks, reducing the risk of accidents.
-
Real-time Processing: Efficient algorithms for real-time detection and segmentation with minimal latency.
Our model has been benchmarked against various state-of-the-art methods and achieved the following results:
Model | Accuracy (%) | Detection Rate (%) | False Positives (%) |
---|---|---|---|
DeepLabV3 + ResNet-50 | 96% | 98% | 2% |
DeepLabV3 + ResNet-101 | 92% | 95% | 5% |
MobileNet | 88% | 91% | 9% |
U-Net | 90% | 93% | 7% |
Custom Model | 93% | 96% | 4% |
Explore the difference between original images and their segmented versions processed by our DeepLabV3 with ResNet-50 model.
- Python 3.x
- TensorFlow
- OpenCV
We welcome contributions from the community to enhance the features, improve accuracy, and expand the applications of AutoSense. Feel free to fork the repository and submit pull requests with your changes.
For major changes, please open an issue first to discuss the proposed changes and ensure they align with the project's goals.