https://nrsyed.com/2018/05/06/hog-based-svm-for-detecting-vehicles-in-a-video-part-1/
HOG-based SVM for detecting vehicles in a video (part 1)
Computer vision and machine learning often attempt to replicate tasks that most of us take for granted. As you might guess from the title of this post, identifying other vehicles on the road is one of those tasks—one that anyone who’s driven or sat in
nrsyed.com
https://github.com/sookinoby/vehicle-detection
GitHub - sookinoby/vehicle-detection: Udacity vehicle detection project. Use HOG features and SVM to detect vehicles
Udacity vehicle detection project. Use HOG features and SVM to detect vehicles - GitHub - sookinoby/vehicle-detection: Udacity vehicle detection project. Use HOG features and SVM to detect vehicles
github.com
https://medium.com/@mithi/vehicles-tracking-with-hog-and-linear-svm-c9f27eaf521a
Vehicle Detection with HOG and Linear SVM
For this project, I created a vehicle detection and tracking pipeline with OpenCV, SKLearn, histogram of oriented gradients (HOG), and…
medium.com
'프로젝트 정리 > [차량인식 프로젝트]' 카테고리의 다른 글
Darknet YOLO(You Only Look Once) Yolov3 (0) | 2021.08.05 |
---|---|
차량인식 프로젝트 (0) | 2021.08.02 |
6-10 Haarcascade 특징추출(Feature Extraction) 원리와 cars.xml에 의한 OpenCV 주행차량 인식 (0) | 2021.07.29 |