-
create the following directory structure
human-detector | |_________ data | |_______ models | |_______ images | |_______ pos_person | |_______ neg_person | |__________ object_detector | |__________ output -
clone the code in the object_detector directory
-
put your training dataset in the images directory in the corresponding folder
-
open terminal in object_detector directory
-
set and run the environment
-
run python extract_features.py
-
use the make file commands to train/run models
imutils
sudo pip install imutils
python-opencv
sudo pip install opencv-python
scikit-learn
sudo pip install scikit-learn
scikit-image
sudo pip install scikit-image