Davidnet / pyolo

Simple python wrapper for YOLO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyYOLO (Kiwi Campus)

pyyolo (Kiwi campus) is a simple wrapper for YOLO. The original project is based at PyYOLO by digitalbrain79

Warning

The makefile is modified so that is compiled against the architecture of the jetson and the compute capability of the jetson (6.2)

Building Instructions

  1. git clone --recursive https://github.com/thomaspark-pkj/pyyolo.git
  2. (optional) Set GPU=1 and CUDNN=1 in Makefile to use GPU.
  3. make
  4. rm -rf build
  5. python setup.py build (use setup_gpu.py for GPU)
  6. sudo python setup.py install (use setup_gpu.py for GPU)

Test

Run the examples.py script

python model_example.py

Requierements:

  • Pillow
  • cv2
  • CUDA (compute capability = 6.2)
  • CUDNN

About

Simple python wrapper for YOLO.


Languages

Language:Python 51.2%Language:C 39.1%Language:Makefile 9.4%Language:Shell 0.3%