Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
mrisdi
/
yolov8-mask
like
0
Object Detection
Transformers
Indonesian
yolov8
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
8ffac3c
yolov8-mask
/
config.json
mrisdi
Create config.json
8ffac3c
verified
11 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
{
"model_type"
:
"yolov8"
,
"config"
:
{
"num_classes"
:
2
,
"input_size"
:
[
640
,
640
]
,
"max_detection_boxes"
:
300
,
"score_thresh"
:
0.25
,
"iou_thresh"
:
0.45
}
}