Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 657 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 657 Bytes

Image-Recognition

This project implements a simple Image-Recongnition product which performs the following two tasks:
1.Loads a specified component image consisting of three components, and segment the image into three parts where each part contains a component.(Segmentation)
2.Loads a pre-trained graph.pb and labels.txt, then identify the input image, decide whether the three components belong it are valid or not.(Recognition)

For more project information, please check the files in document.(Written in Chinese)

Note that the project is written under Pycharm and the Python version is 3.6.2, and servral link libraries may be required