MeterDial_v6 Computer Vision Dataset

byGasMeterDialsFBDetectornTask:
Object Detection
License:CC BY 4.0126 views5 downloads

About MeterDial_v6 Dataset

Here are a few use cases for this project:

  1. Utility Company Monitoring and Billing: The MeterDial_v5 model could be used by utility companies (electricity, gas, water) for monitoring meter readings remotely, thus facilitating accurate and automated billing processes.

  2. Smart Home Management: Homeowners could use this model as part of a smart home monitoring system to track utility usage in real-time, helping them monitor consumption and conserve energy.

  3. Industrial Resource Management: Industrial plants often have multiple meters for various utilities. This model could be programmed to monitor and record meter readings periodically, aiding in resource management and helping in predictive maintenance.

  4. Energy Audit and Consultation: Energy auditors or environmental consultants could use this model to quickly gather comprehensive energy usage data from various meters during audits or consultations, accelerating and improving their data collection process.

  5. Utility Theft Identification: There's potential for authorities or utility providers to leverage this model in identifying abnormal changes or anomalies in meter readings, aiding in the detection of potential utility theft.

Use Free A-0, A-1 and A-2 Detection API

Powered by general detection model

Code
pip install inference-sdk
# 1. Import the library
from inference_sdk import InferenceHTTPClient

# 2. Connect to your workspace
client = InferenceHTTPClient(
  api_url="https://serverless.roboflow.com",
  api_key="API_KEY"
)

# 3. Run your workflow on an image
result = client.run_workflow(
  workspace_name="<YOUR_WORKSPACE>",
  workflow_id="<YOUR_WORKFLOW_ID>",
  images={
    "image": "YOUR_IMAGE.jpg"  # Path to your image file
  },
  parameters={
    "classes": "A-0, A-1, A-2, A-3, A-4"
  },
  use_cache=True  # cache workflow definition for 15 minutes
)

# 4. Get your results
print(result)

Run on custom image

Drop an image here or click to upload

Detecting classes:
Or try a test image 

Cite This Project

LicenseCC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ meterdial_v6_dataset,
  title = { MeterDial_v6 Dataset },
  type = { Open Source Dataset },
  author = { GasMeterDialsFBDetectorn },
  howpublished = { \url{ https://universe.roboflow.com/gasmeterdialsfbdetectorn/meterdial_v6 } },
  url = { https://universe.roboflow.com/gasmeterdialsfbdetectorn/meterdial_v6 },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2025 },
  month = { dec },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More