https://github.com/clibdev/yolov9-face-detection

https://github.com/clibdev/yolov9-face-detection

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: clibdev
  • Language: Python
  • Default Branch: main
  • Size: 3.07 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

Fork of spacewalk01/yolov9-face-detection

Differences between original repository and fork:

  • Compatibility with PyTorch >=2.4. (🔥)
  • Original pretrained models and converted ONNX models from GitHub releases page. (🔥)
  • The following deprecations and errors has been fixed:
    • FutureWarning: You are using 'torch.load' with 'weights_only=False'.

Installation

shell pip install -r requirements.txt

Pretrained models

  • Download links:

| Name | Model Size (MB) | Link | SHA-256 | |--------------|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| | YOLOv9c-Face | 390.7
193.9 | PyTorch
ONNX | 403bd148652e8c5cfd39ba4c3e4f631b85bb0ea2bc583e0907426acc25138d29
3ab8234da28b74a28015662a672d147cd60fb540082c3c88eea69aa387069136 |

Inference

shell python yolov9/detect.py --weights yolov9c-face-spacewalk01.pt --source assets/worlds-largest-selfie.jpg

Export to ONNX format

shell pip install onnx shell python yolov9/export.py --weights yolov9c-face-spacewalk01.pt --include onnx

Owner

  • Login: clibdev
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • GitPython >=3.1.0
  • PyYAML >=6.0.0
  • albumentations >=1.4.0
  • ipython >=8.27.0
  • opencv-python >=4.10.0
  • pandas >=2.2.0
  • psutil >=6.0.0
  • pycocotools >=2.0.0
  • requests >=2.32.0
  • scipy >=1.14.0
  • seaborn >=0.13.0
  • torch >=2.4.0
  • torchvision >=0.19.0
  • tqdm >=4.66.0
yolov9/requirements.txt pypi
  • Pillow >=7.1.2
  • PyYAML >=5.3.1
  • albumentations >=1.0.3
  • gitpython *
  • ipython *
  • matplotlib >=3.2.2
  • numpy >=1.18.5
  • opencv-python >=4.1.1
  • pandas >=1.1.4
  • psutil *
  • pycocotools >=2.0
  • requests >=2.23.0
  • scipy >=1.4.1
  • seaborn >=0.11.0
  • tensorboard >=2.4.1
  • thop >=0.1.1
  • torch >=1.7.0
  • torchvision >=0.8.1
  • tqdm >=4.64.0