Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RoyYang0714
/
3D-MOOD
like
2
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
3D-MOOD
/
vis4d
/
eval
/
kitti
/
__init__.py
RoyYang0714
feat: Try to build everything locally.
9b33fca
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
98 Bytes
"""KITTI evaluator."""
from
.depth
import
KITTIDepthEvaluator
__all__ = [
"KITTIDepthEvaluator"
]