Datasets:
Upload dataset
Browse files- README.md +31 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -7,6 +7,37 @@ tags:
|
|
| 7 |
- circuits
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# Phasor AC Circuits
|
| 12 |
|
|
|
|
| 7 |
- circuits
|
| 8 |
size_categories:
|
| 9 |
- n<1K
|
| 10 |
+
dataset_info:
|
| 11 |
+
features:
|
| 12 |
+
- name: circuit_id
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: image
|
| 15 |
+
dtype: binary
|
| 16 |
+
- name: components
|
| 17 |
+
list:
|
| 18 |
+
- name: bbox
|
| 19 |
+
struct:
|
| 20 |
+
- name: h
|
| 21 |
+
dtype: int64
|
| 22 |
+
- name: w
|
| 23 |
+
dtype: int64
|
| 24 |
+
- name: x
|
| 25 |
+
dtype: int64
|
| 26 |
+
- name: y
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: component_name
|
| 29 |
+
dtype: string
|
| 30 |
+
splits:
|
| 31 |
+
- name: train
|
| 32 |
+
num_bytes: 243941
|
| 33 |
+
num_examples: 13
|
| 34 |
+
download_size: 244783
|
| 35 |
+
dataset_size: 243941
|
| 36 |
+
configs:
|
| 37 |
+
- config_name: default
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: data/train-*
|
| 41 |
---
|
| 42 |
# Phasor AC Circuits
|
| 43 |
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38e1263f2e7cc40241e7579191445adf74833a13a0c1c8b6300c7f582b835830
|
| 3 |
+
size 244783
|