imagerecognition
AI face recognize project. Based on yolo v5.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (3.5%) to scientific vocabulary
Keywords
Repository
AI face recognize project. Based on yolo v5.
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
ImageRecognition YOLOv5 Face/Cloud Inference
& /
| | |
|------|------|
| YOLOv5Face | weights/face04.pt 2025 |
| PC ** | python demo_pc.py / |
| ** | python demo_cloud.py Mac/MiniPC Flask
http://<IP>:1999 |
| **** | PyTorch |
| *Android * | WiFi HTTPS Chrome flag |
bash
git clone https://github.com/ZJ-Dragon/ImageRecognition.git
cd ImageRecognition
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt # torch, flask, opencv-python-headless
1
bash
python demo_pc.py --weights weights/face04.pt --imgsz 640
2
```bash python demo_cloud.py # 0.0.0.0:1999
http://:1999
```
*Chrome * HTTPS
chrome://flags/#unsafely-treat-insecure-origin-as-secure
.
demo_pc.py #
demo_cloud.py # Flask
static/ # HTML / JS / CSS
utils/ # letterbox
models/ # YOLOv5 torch2.7
runs/train/face04/ #
face04
| | |
|------|------|
| Confusion Matrix |
|
| PR Curve |
|
| F1 Curve |
|
runs/train/face04/
FAQ
- *utils.datasets *
utils/datasets.pyYOLOv5 - PyTorch 2.6+ _pickle.UnpicklingError
models/experimental.pyDetectionModelweights_only=False - *Chrome * Chrome flag
Owner
- Name: Fighter
- Login: ZJ-Dragon
- Kind: user
- Repositories: 1
- Profile: https://github.com/ZJ-Dragon
Life runs on code.
GitHub Events
Total
- Create event: 5
- Commit comment event: 3
- Issues event: 10
- Watch event: 2
- Issue comment event: 6
- Push event: 38
- Pull request event: 2
- Fork event: 1
Last Year
- Create event: 5
- Commit comment event: 3
- Issues event: 10
- Watch event: 2
- Issue comment event: 6
- Push event: 38
- Pull request event: 2
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 3
- Total pull requests: 2
- Average time to close issues: 1 day
- Average time to close pull requests: about 6 hours
- Total issue authors: 2
- Total pull request authors: 2
- Average comments per issue: 0.33
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 3
- Pull requests: 2
- Average time to close issues: 1 day
- Average time to close pull requests: about 6 hours
- Issue authors: 2
- Pull request authors: 2
- Average comments per issue: 0.33
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- ZJ-Dragon (2)
- hzqlingmou (1)
Pull Request Authors
- ZJ-Dragon (1)
- dependabot[bot] (1)