설명 없음

quarrying 0ba060b29d add print_arguments and save_arguments 3 년 전
khandy 0ba060b29d add print_arguments and save_arguments 3 년 전
.gitignore 94f2e6f723 initial commit 4 년 전
README.md 92f9cb6b85 add draw_text and draw_bounding_boxes 3 년 전
requirements.txt 92f9cb6b85 add draw_text and draw_bounding_boxes 3 년 전
setup.py 0ba060b29d add print_arguments and save_arguments 3 년 전

README.md

Overview

Handy Utilities for Computer Vision

Installation

git clone https://github.com/quarrying/KHandy.git
cd KHandy
pip install -e .

Dependencies

  • Python 3.5+
  • NumPy 1.11+
  • OpenCV 2.0+
  • Pillow