https://github.com/bieanimaton/image-detection
Machine Learning and Computer Vision project to detect face, eye, body and general objets in static image or video.
https://github.com/bieanimaton/image-detection
body-detection car-detection cascades computer-vision face-detection image-classification machine-learning opencv python
Last synced: 3 months ago
JSON representation
Machine Learning and Computer Vision project to detect face, eye, body and general objets in static image or video.
- Host: GitHub
- URL: https://github.com/bieanimaton/image-detection
- Owner: BieAnimaton
- Created: 2020-11-06T00:16:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-09T10:45:09.000Z (over 4 years ago)
- Last Synced: 2025-01-15T18:41:37.588Z (5 months ago)
- Topics: body-detection, car-detection, cascades, computer-vision, face-detection, image-classification, machine-learning, opencv, python
- Language: Python
- Homepage:
- Size: 4.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# General-Detection
This is a project about Machine Learning and Computer Vision using OpenCV and
Trained Cascasdes to detect face, body, smile, and others objects in image or video.## Image




## How Install :bookmark_tabs:
```
# Create folder for store the files, like 'GeneralDetection'IMPORTANT!
Cascades (Haar Cascade) is a XML file trained with positives and negatives images to fast
detection of objects, body parts and whatever. Method created by Paul Viola and Michael Jones# Clone the project
git clone https://github.com/BieAnimaton/Image-Detection# Install the dependencies
pip install opencv-python or install from IDE (PyCharm for example).Use "cascades" folder to set your cascade XML from detection.
Use "pessoas" or "others" to select a image to start the detection.# To start
python "video detection.py"
or
python [others .py files]# The project messages will appear on console
```## Features :hammer_and_wrench:
- Python 3.7
- OpenCV