Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
d21cb06
FEA-Bench
/
testbed
/
openvinotoolkit__datumaro
/
datum.py
hc99
Add files using upload-large-folder tool
d21cb06
verified
3 months ago
raw
Copy download link
history
blame
123 Bytes
#!/usr/bin/env python
import
sys
from
datumaro.cli.__main__
import
main
if
__name__ ==
'__main__'
:
sys.exit(main())