Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
morancium
/
yolo_custom_roof
like
0
Object Detection
PyTorch
Safetensors
English
yolos
climate
License:
apache-2.0
Model card
Files
Files and versions
Community
2
78f752c
yolo_custom_roof
/
config.json
Vara971
Update config.json
78f752c
verified
29 days ago
raw
Copy download link
history
blame
Safe
275 Bytes
{
"num_classes"
:
2
,
"image_size"
:
640
,
"architectures"
:
[
"YolosForObjectDetection"
]
,
"model_type"
:
"yolos"
,
"id2label"
:
{
"1"
:
"roof"
,
"0"
:
"N/A"
}
,
"label2id"
:
{
"roof"
:
1
,
"N/A"
:
0
}
}