Useful pipeline for detecting vehicles and pedestrians and extract features from the detcetion.
Project description
# Installation
pip install -r requirements.txt
### Detector
#### Using CPU
For running on CPU, YOLO weights (.weights file) have to be on detection/detectors/yolo3_opencv/yolo-coco , the file is available on https://drive.google.com/open?id=1Ukxp50S3pl97VNI3xT0IYS6OqwoeNOPu .
#### Using GPU
For running on GPU YOLO weights (.h5 file) have to be on detection/detectors/yolo3_keras/model_data , the file is available on https://drive.google.com/open?id=1WvnNVgwuB5muxkitcw4beSNL6najmqfE .
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
o4-0.1.tar.gz
(43.9 kB
view hashes)
Built Distribution
o4-0.1-py3-none-any.whl
(70.6 kB
view hashes)