This modelcard aims to be a base template for new models. It has been generated using this raw template.
Model Details
Model Description
ViT branch: loaded from natix-network-org/roadwork (same reference).
YOLO branch:best.pt (in this repo).
EfficientNetV2 + fusion:final_output.keras (in this repo).
Run prediction: python run.py <path_to_image>.
Developed by: [More Information Needed]
Funded by [optional]: [More Information Needed]
Shared by [optional]: [More Information Needed]
Model type: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Finetuned from model [optional]: [More Information Needed]
Model Sources [optional]
Repository: [More Information Needed]
Paper [optional]: [More Information Needed]
Demo [optional]: [More Information Neede
d]
Uses
Same style as the reference: load one model, then predict images.
python
1from run import load_model
23# Load once (all weights combined from this repo)4model = load_model()5# Or from HuggingFace: model = load_model(repo_id="MichaelEdward/roadwork-miner")67# Predict8label = model(image)# PIL or numpy (224,224,3) -> 0 or 19label = model("path/to.jpg")# or pass image path
CLI:
python run.py <path_to_image>
Direct Use
[More Information Needed]
Downstream Use [optional]
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.