Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Bodhi108
/
Yolov8n_RD
like
0
Object Detection
PyTorch
English
ultralytics
yolov8
yolo
vision
License:
mit
Model card
Files
Files and versions
Community
6
139fc2f
Yolov8n_RD
/
config.json
Bodhi108
added config
66f1dfe
verified
5 months ago
raw
Copy download link
history
blame
Safe
276 Bytes
{
"height"
:
640
,
"width"
:
640
,
"model"
:
"YOLO('yolov8n.pt')"
,
"cuda_empty_cache"
:
true
,
"training"
:
{
"data"
:
"data.yaml"
,
"epochs"
:
3300
,
"imgsz"
:
[
640
,
640
]
,
"seed"
:
42
,
"batch"
:
10
,
"workers"
:
4
}
}