Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
pauhidalgoo
/
yolov8-DIOR
like
0
Object Detection
Model card
Files
Files and versions
Community
main
yolov8-DIOR
/
convert_to_onnx.py
pauhidalgoo
Upload 2 files
b42590d
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
from
ultralytics
import
YOLO
model = YOLO(
"Indoor_best.pt"
)
model.export(
format
=
"onnx"
)