Skip to content

kivS/pohms-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pohms - Image detector for ceramic resistor or not

Requirements

  • Python 3.7
  • Pip

Installation

  • Clone repo

  • Install python environment

     # example using venv
     python -m venv ~/pyenvs/pohms-tf # the location of your virtualenv
     
     # activate the virtualenv
     source ~/pyenvs/pohms-tf/bin/activate # location of virtualenv
  • Install dependancies

      pip install -r requirements.txt

Usage

  • Pass an image to the detector

     python pohmstf.py detect path-to-image
  • Example execution example

About

ceramic resistor or not image detector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages