Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KyanChen
/
RSPrompter
like
11
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
RSPrompter
/
mmyolo
/
models
/
detectors
/
__init__.py
KyanChen
Upload 89 files
3094730
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
116 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.yolo_detector
import
YOLODetector
__all__ = [
'YOLODetector'
]