Drone Surveillance Contest

Sponsored by Makeblock

Contest is finished!
Previous videoNext video
Title: CV Zone Contest: Drone Surveillance Junkyard Car Counter
Author: Loknath Dhayal
Votes: 10

Views: 1038
Description: 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, the detection and counting tasks have been achieved successfully.