https://github.com/yinguobing/image_utility
Handy python scripts for image dataset processing.
https://github.com/yinguobing/image_utility
image-processing python
Last synced: about 1 year ago
JSON representation
Handy python scripts for image dataset processing.
- Host: GitHub
- URL: https://github.com/yinguobing/image_utility
- Owner: yinguobing
- License: mit
- Created: 2017-12-01T07:51:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T09:52:17.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T02:22:19.622Z (about 1 year ago)
- Topics: image-processing, python
- Language: Python
- Homepage:
- Size: 9.41 MB
- Stars: 74
- Watchers: 1
- Forks: 41
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image_utility
Handy python scripts for image data-set processing.
## Getting Started
`count_files.py` 遍历制定文件夹,对所有文件按照后缀名进行计数操作。
`file_list_generator` 列出特定目录下指定格式的文件。
`pts_tools.py` 读取[IBUG](https://ibug.doc.ic.ac.uk/resources/facial-point-annotations/)数据,并将面部特征点的结果显示在图片上。
`detect_face.py` 从视频或者摄像头中检测人脸。
`pose_estimator.py` 通过solvePnP的方法估算人头部的姿态。
### Prerequisites
- Python3
- OpenCV (Python)
### Installing
From the directory where you want to store this repo:
```
git clone https://github.com/yinguobing/image_utility
```
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.