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
/
coco
/
__init__.py
RoyYang0714
feat: Try to build everything locally.
9b33fca
29 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
104 Bytes
"""Detection evaluators."""
from
.detect
import
COCODetectEvaluator
__all__ = [
"COCODetectEvaluator"
]