Skip to content

raina-wu/picker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Requirements:

Software

  1. Python
  2. OpenCV with Python2 binding
  3. Qt5 python binding
  4. Gradle
  • Tips:
  1. use homebrew to install them.
  2. use virtualenv if necessary

Python Packages

All Required packages are listed in "requirements.txt".

pip install -r requirements.txt

Build

under project root:

  1. gradle gen
  2. under src, run ./genui.sh to generate .py from .ui (Qt Gui file)

IO

see doc/lpicker.md

TODO

  1. use docker to automate dev. setting up and deployment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%