https://github.com/hypox64/haystack
Gadgets and Notes for learning and research
https://github.com/hypox64/haystack
Last synced: 4 months ago
JSON representation
Gadgets and Notes for learning and research
- Host: GitHub
- URL: https://github.com/hypox64/haystack
- Owner: HypoX64
- License: gpl-3.0
- Created: 2020-01-09T06:45:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T10:58:07.000Z (12 months ago)
- Last Synced: 2025-04-14T19:11:22.844Z (6 months ago)
- Language: Python
- Homepage:
- Size: 5.52 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Haystack
Gadgets and notes for learning and research
### CV_Tool
* [find_face.py](./CV/find_face.py)
FInd face in images, then save them.
Depend on face_recognition, opencv-python.
```bash
(pytorch) hypo@hypo-7820:/media/hypo/OS/MyProject/Haystack/CV$ python find_face.py
filedir:'/media/hypo/OS/MyProject/BaiduImageSpider/download/Angelababy'
outname:star
min_face_size(defult=256):256
cpu_workers(defult=4):4
Find picture: 504
Begining......
Ok:500 Face:50 99.21%[##############################] Used/All:143s/144s
Finished! Finall find face: 50 Cost time: 145 s
```
### Notes
* [linux.md](./Notes/linux.md)
* [python.md](./Notes/python.md)
* [github.md](./Notes/github.md)
* [CNN.md](./Notes/dl/CNN.md)
* [DML.md](./Notes/dl/DML.md)
* [MMML.md](./Notes/dl/MMML.md)