Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gntmky
/
3dtest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
3dtest
/
mmdet3d
/
engine
/
__init__.py
giantmonkeyTC
mm2
c2ca15f
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
160 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.hooks
import
BenchmarkHook, Det3DVisualizationHook
__all__ = [
'Det3DVisualizationHook'
,
'BenchmarkHook'
]