Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
ZiqianLiu
/
yolov8_face
like
1
Model card
Files
Files and versions
Community
4b1db35
yolov8_face
/
modules
/
scripts.py
ZiqianLiu
Upload 12 files
7de540a
verified
7 months ago
raw
Copy download link
history
blame
Safe
162 Bytes
import
os
class
Script
:
pass
def
basedir
():
return
os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
class
PostprocessImageArgs
:
pass