Spaces:
Sleeping
Sleeping
File size: 326 Bytes
713d275 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
model_paths:
yolov8n: models/pt/yolov8n.pt
yolov8s: models/pt/yolov8s.pt
yolov8m: models/pt/yolov8m.pt
gflops_map:
YOLOv8n: 8.1
YOLOv8s: 28.4
YOLOv8m: 78.7
dataset:
input_dir: ./images/
annos_dir: ./annotations/
output_dir: ./dataset/
data_yaml: ./dataset/data.yaml
params:
confidence_threshold: 0.1
|