Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zhyever
/
PatchFusion
like
58
Runtime error
App
Files
Files
Community
7
23a0842
PatchFusion
/
estimator
/
registry
/
__init__.py
Zhyever
refactor
1f418ff
8 months ago
raw
Copy download link
history
blame
Safe
128 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.registry
import
(MODELS, DATASETS)
__all__ = [
'MODELS'
,
'DATASETS'
]