Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tomrb
/
YOLOv8-TO
like
0
Sleeping
App
Files
Files
Community
02f91fb
YOLOv8-TO
/
yolov8-to
/
ultralytics
/
models
/
nas
/
__init__.py
tomrb
initial yolov8to
ab854b9
8 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
# Ultralytics YOLO π, AGPL-3.0 license
from
.model
import
NAS
from
.predict
import
NASPredictor
from
.val
import
NASValidator
__all__ =
'NASPredictor'
,
'NASValidator'
,
'NAS'