Upload model + model card
Browse files
README.md
CHANGED
|
@@ -1,9 +1,24 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
**
|
|
|
|
|
|
|
|
|
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- computer-vision
|
| 5 |
+
- object-detection
|
| 6 |
+
- roadwork
|
| 7 |
+
license: mit
|
| 8 |
+
model_type: swin-transformer
|
| 9 |
+
base_model: microsoft/swin-base-patch4-window7-224
|
| 10 |
+
datasets:
|
| 11 |
+
- custom
|
| 12 |
+
pipeline_tag: image-classification
|
| 13 |
+
---
|
| 14 |
|
| 15 |
+
# silver-ray
|
| 16 |
|
| 17 |
+
**Description:** roadwork-detect model
|
| 18 |
+
**Version:** 1.0.0
|
| 19 |
+
**Submitted by:** 5DJWK7GQN6ozyQ78cQGdc9yii9GsVV1R5GEaXCiv24PrU1Ns
|
| 20 |
+
**Submission time:** 1760162194
|
| 21 |
|
| 22 |
+
---
|
| 23 |
|
| 24 |
+
This model is fine-tuned on roadwork images using Swin Transformer for roadwork detection.
|