Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dineshreddy
/
WALT
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
WALT
/
mmdet
/
models
/
backbones
/
__init__.py
3v324v23
update demo
a56642d
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
from
.swin_transformer
import
SwinTransformer
from
.resnet
import
ResNet, ResNetV1d
__all__ = [
'SwinTransformer'
,
'ResNet'
,
'ResNetV1d'
]