Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
allenai
/
WildDet3D
like
7
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
WildDet3D
/
vis4d
/
data
/
transforms
/
__init__.py
weikaih
WildDet3D Gradio demo
f71ac1d
verified
7 days ago
raw
Copy download link
history
blame
contribute
delete
120 Bytes
"""Transforms."""
from
.base
import
RandomApply, Transform, compose
__all__ = [
"Transform"
,
"RandomApply"
,
"compose"
]