CV Zone Contest: Drone Surveillance Junkyard Car Counter

The Junkyard Cars are detected using HOG and SVM detector (from DLib library) trained on the dataset created from input video. The counting is done using normal python code in IDLE environment (Python 3.9.6). The input video has been resized to 720p as 1080p video couldn't be opened in opencv window for further processing. Yet, […]

Drone surveillance contest

I have used opencv for detecting cars and canny edges detector for detecting edges. and i have used non max suppression for reducing overlapping boxes and centroid tracker for tracking and counting the cars. please vote for me.

Car tracking with yolov3 and deepsort

Hi I am Afonso, and this is my attempt at the contest. I trained and used a yolov3 model with only a single class, Car, trained on this video. I then used deepsort to track all the objects and count them. To avoid over detections I only counted the cars which pass between the green […]

Car tracking with yolov3 and deepsort

Hi I am Afonso, and this is my attempt at the contest. I trained and used a yolov3 model with only a single class, Car, trained on this video. I then used deepsort to track all the objects and count them. To avoid over detections I only count the cars which pass between the green […]

Computer Vision Tournament – CVZone community.

Tournament name: 'Drone Surveillance Contest'. Tournament task: to count and track the number of cars by drone passing over a junkyard. Drone Surveillance Counter Project steps: 1. Create an image dataset * Split the video into frames * Add new images data to prevent overfitting and achieve versatile performance * Perform augmentation to achieve the […]

https://youtu.be/soaDcHN-I0A

Hi I am Ted, and this is my attempt at the contest. I trained and used a yolov3 model with only a single class, Car, trained on this video. I then used deepsort to track all the objects and count them. To avoid over detections I only count the cars which pass between the green […]