phasor-ac-circuits / README.md
dostoevskyIdiot's picture
Upload dataset
fc52f19 verified
---
license: mit
task_categories:
- object-detection
tags:
- electrical
- circuits
size_categories:
- n<1K
dataset_info:
features:
- name: circuit_id
dtype: string
- name: image
dtype: binary
- name: components
list:
- name: bbox
struct:
- name: h
dtype: int64
- name: w
dtype: int64
- name: x
dtype: int64
- name: y
dtype: int64
- name: component_name
dtype: string
splits:
- name: train
num_bytes: 243941
num_examples: 13
download_size: 244783
dataset_size: 243941
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Phasor AC Circuits
This dataset contains several ac circuits defined using phasors as well as a description of the components in these circuits.
## Example Circuit
- circuits_raw/circuit_page_1_circuit_1.png
![image/png](https://cdn-uploads.huggingface.co/production/uploads/657f5d111e3e9c41a4d011ac/nXbn4fwjDqdfNA-ccvERT.png)
- components/circuit_page_1_circuit_1.yaml
```yaml
circuit_id: circuit_page_1_circuit_1
components:
- bbox:
h: 52
w: 52
x: 176
y: 25
component_name: capacitor
- bbox:
h: 59
w: 59
x: 258
y: 90
component_name: inductor
- bbox:
h: 52
w: 52
x: 94
y: 93
component_name: voltage source
```