Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KyanChen
/
RSPrompter
like
10
Runtime error
App
Files
Files
Community
a0f9230
RSPrompter
/
mmyolo
/
models
/
detectors
/
__init__.py
KyanChen
Upload 89 files
3094730
over 1 year ago
raw
Copy download link
history
blame
Safe
116 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.yolo_detector
import
YOLODetector
__all__ = [
'YOLODetector'
]