Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CloudAnts
/
mydemo1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cb85f33
mydemo1
/
ultralytics
/
models
/
rtdetr
/
__init__.py
CloudAnts
my
32652fd
5 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
# Ultralytics YOLO π, AGPL-3.0 license
from
.model
import
RTDETR
from
.predict
import
RTDETRPredictor
from
.val
import
RTDETRValidator
__all__ =
"RTDETRPredictor"
,
"RTDETRValidator"
,
"RTDETR"