Abstract: Source-Free Object Detection (SFOD) enables knowledge transfer from a source domain to an unsupervised target domain for object detection without access to source data. Most existing SFOD ...
We use Python 3.8, PyTorch 1.13.1 (CUDA 11.7 build). The codebase is built on Detectron. conda create -n wsco python=3.8 Conda activate wsco conda install pytorch==1. ...
Spiking Neural Networks (SNNs), inspired by neuroscience principles, have gained attention for their energy efficiency. However, directly trained SNNs lag behind Artificial Neural Networks (ANNs) in ...
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 ...
Introduction: Accurate vehicle analysis from aerial imagery has become increasingly vital for emerging technologies and public service applications such as intelligent traffic management, urban ...
Researchers have designed an intelligent household robot capable of autonomous navigation, object detection, and sorting. This robot, equipped with advanced technologies like depth cameras, YOLOv11 ...
abstract. Each day, the news brings stories of military attacks on schools, hospitals, apartment buildings, electrical facilities, and other critical civilian infrastructure. The militaries attacking ...
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 ...