Team Name: κΈ°λ₯ λ€μ κ³΅κ° μμ΄μ!
Project Duration: August 20, 2024 - September 9, 2024
Team Members:
- λ§μλΉ (Team Lead): Model building, visualization development, data preprocessing.
- κΉμν¬: Data analysis, YOLO data preprocessing, model training, log management.
- λ°λ¬λ: Data preprocessing, model training, image augmentation.
- μ΄μ€μ : Data preprocessing (excluding YOLO), model training, log management, image augmentation.
This project focuses on detecting parking spaces using both traditional image processing techniques and deep learning-based object recognition algorithms. Our objective is to develop an AI model for autonomous vehicles capable of accurately detecting and classifying parking spaces, driveable spaces, pedestrians, and vehicles.
Model | Backbone | Purpose | Training Details | Performance | Challenges |
---|---|---|---|---|---|
Mask R-CNN | ResNet-50 (ImageNet) | Object detection and instance segmentation for Parking Spaces and Driveable Spaces | - Classes: 2 (Parking Space, Driveable Space) - Epochs: 10 - Batch Size: 32 - Optimizer: Adam (lr=0.001) |
Achieved 82.7% AP for parking space and driveable area detection | None |
YOLOv8 | N/A | Enhance detection of smaller objects like Pedestrians and Vehicles | - Classes: 2 (Person, Vehicle) - Integrated with Mask R-CNN for better performance |
Achieved 74.4% AP with 4-class setup (Parking Space, Driveable Space, Person, Vehicle) | False positives (e.g., misclassifying trees or poles as people) |
π Watch the demo video in here!
- AI Hub Parking Space Dataset: AI Hub Data Link
- Reference 1: https://dacon.io/en/competitions/official/235672/codeshare/1795
- Reference 2: https://lyclyc52.github.io/SANeRF-HQ/