Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
duythduong
/
test_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
affa2df
test_api
/
configs.py
Codelinhtinh
add
affa2df
over 2 years ago
raw
Copy download link
history
blame
Safe
243 Bytes
IDX2TAGs = {
0
:
"bicycle"
,
1
:
"bus"
,
2
:
"car"
,
3
:
"motorbike"
,
4
:
"person"
}
IDX2COLORs = {
0
:
"#FF5733"
,
1
:
"#6E0DD0"
,
2
:
"#B2B200"
,
3
:
"#009DFF"
,
4
:
"#FF33A8"
}
IMAGE_SIZE = (
448
,
448
)
PATH_MODEL =
"weight/best_m.onnx"