A program for identity classification by patterns in images using landmark-points-extracted patch and image processing.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This program is refactored from my master thesis at the University of Manchester in 2023 titled
use pip install -r requirements.txt
if Normal installation below does not work
pip install git+https://github.com/eedrobup/idpatregpy.git
Describe how to
- import and encase each image and landmark points into imagepoints(IMPO) object
- group IMPO into bulk for either model training or setting up database
- how to use DatabaseBulk to recognize pattern of distinct identity from image(s)
For more examples, please refer to the Documentation
- Imagepoints object for a set of image and its landmarks
- base object
- pre-labelled set object
- non-labelled set object
- Bulk object for group up imagepoints object for landmarkdetector model training and identities database implementation
- base object
- U-Net3 training object
- Database object
- Landmarkdetector model
- base object
- Add usage readme
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Modified BSD License. See LICENSE.txt
for more information.
Pubordee Aussavavirojekul (eedrobup) - @pu_aus - pubordee.a@gmail.com
Project Link: https://github.com/eedrobup/idpatregpy
- Principal supervisor: Professor Tim Cootes
- Co-supervisor: Dr Sarah Woolner