Skip to content

Here is a plug and play feature detection project with python files included for anyone who wants to train their own feature detection model and run it using a webcam. Its highly configurable via the configuration.txt file so tune the parameters to your liking. Also included is a python file to help you capture and curate your image dataset usin…

Notifications You must be signed in to change notification settings

techscapades/feature_detection_and_webcam_image_capture

Repository files navigation

# code adapted and modified from: https://www.murtazahassan.com/courses/opencv-with-python-for-beginners/lesson/feature-detection-and-matching/

1. DO NOT DELETE ANY PARAMETERS IN CONFIGURATION FILE, IF STUFF IS IN QUOTATION MARKS OR PARANTHESIS, LEAVE THEM THERE
2. ENSURE THE CONFIGURATION FILE IS IN THE SAME DIRECTORY AS DETECTION AND TRAINING FILES 
3. RUN TRAINING FILE BEFORE FEATURE DETECTION FILE 
4. IF YOU DELETE THE DESCRIPTOR_LIST.PB FILE, YOU WILL NEED TO RETRAIN YOUR MODEL
5. YOU CAN CHANGE THE PATHS OF THE FILES AS YOU PLEASE, BUT ENSURE YOU UPDATE IT IN THE CONFIGURATION FILES
6. IF YOU DONT KNOW WHAT YOURE DOING, LEAVE THE CONFIGURATION FILE ALONE



About

Here is a plug and play feature detection project with python files included for anyone who wants to train their own feature detection model and run it using a webcam. Its highly configurable via the configuration.txt file so tune the parameters to your liking. Also included is a python file to help you capture and curate your image dataset usin…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages