├── configs/ │ └── pointpillars.yaml │ ├── datasets/ │ └── nuscenes_dataset.py │ ├── models/ │ ├── pointpillars.py │ ├── pillar_encoder.py │ └── losses.py │ ├── utils ...
Traffic monitoring plays a vital role in smart city infrastructure, road safety, and urban planning. Traditional detection systems, including earlier deep learning models, often struggle with ...
Abstract: This paper presents a comprehensive evaluation of multiple YOLO (You Only Look Once) model variants for object detection in fisheye lens images, specifically utilizing the FishEye8K dataset.
Introduction: Accurate vehicle analysis from aerial imagery has become increasingly vital for emerging technologies and public service applications such as intelligent traffic management, urban ...
Abstract: Marine object detection plays a crucial role in various applications such as collision avoidance and autonomous navigation in maritime environments. While most existing datasets focus on 2D ...
Introduction: Recent advances in artificial intelligence have transformed the way we analyze complex environmental data. However, high-dimensionality, spatiotemporal variability, and heterogeneous ...
This project implements real-time object detection using OpenCV and a pre-trained SSD MobileNet V3 model. The application can identify and label various objects from a webcam feed or uploaded images ...