printed circuit board Computer Vision Dataset
About printed circuit board Dataset
This dataset was originally created by T, Pankaj, Aniket Dhanotia, Tejasvi Singh, Garvita Vijay, Goku, Kavya Shukla, Aniket Choudhary, Ananya Kharayat, Monika Patel, Pearl Rathour, Devansh Shrivastava, Aniket Dhanotia, Priyansh Urajput, Sejal, Roshni Ghai, Krishna Gambhir, Ayush Sahu, Ujjwal Sharma, Divyam Jha, Kanchan, Kartik Attri, Lav Naruka, Kas, and Preeti Sharma. To see the current project, which may have been updated since this version, please go here: https://universe.roboflow.com/new-workspace-rzrja/pcb-2.0.
This dataset is part of RF100, an Intel-sponsored initiative to create a new object detection benchmark for model generalizability.
Access the RF100 Github repo: https://github.com/roboflow-ai/roboflow-100-benchmark
Use Free Clock, Button and Switch Detection API
Powered by general detection model
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": "Clock, Button, Switch, Resistor, Capacitor"
},
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
Tell the agent what you want to build.
Cite This Project
LicenseCC BY 4.0If you use this dataset in a research paper, please cite it using the following BibTeX:
@misc{ printed-circuit-board-pwdbv_dataset,
title = { printed circuit board Dataset },
type = { Open Source Dataset },
author = { nhap },
howpublished = { \url{ https://universe.roboflow.com/nhap/printed-circuit-board-pwdbv } },
url = { https://universe.roboflow.com/nhap/printed-circuit-board-pwdbv },
journal = { Roboflow Universe },
publisher = { Roboflow },
year = { 2025 },
month = { sep },
note = { visited on 2026-07-29 },
}










