1 Star 0 Fork 0

Hugging Face 数据集镜像/circuit-elements

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
dataset_infoannotations_creatorslanguage_creatorslanguagelicensemultilingualitysize_categoriessource_datasetstask_categoriestask_idspretty_nametags
features
namedtype
image_idint64
namedtype
imageimage
namedtype
widthint32
namedtype
heightint32
namesequence
objects
namedtype
idint64
namedtype
areaint64
namesequencelength
bboxfloat324
namedtype
category
class_label
names
012345678910111213141516171819202122232425262728293031
circuitButtonBuzzerCapacitorCapacitor JumperCapacitor NetworkClockConnectorDiodeEMElectrolytic CapacitorElectrolytic capacitorFerrite BeadFlex CableFuseICInductorJumperLedPadsPinsPotentiometerRPResistorResistor JumperResistor NetworkSwitchTest PointTransducerTransformerTransistorUnknown Unlabeled
crowdsourced
found
en
cc
monolingual
1K<n<10K
original
object-detection
circuit-elements
rf100

Dataset Card for circuit-elements

** The original COCO dataset is stored at dataset.tar.gz**

Dataset Description

Dataset Summary

circuit-elements

Supported Tasks and Leaderboards

  • object-detection: The dataset can be used to train a model for Object Detection.

Languages

English

Dataset Structure

Data Instances

A data point comprises an image and its object annotations.

{
  'image_id': 15,
  'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x640 at 0x2373B065C18>,
  'width': 964043,
  'height': 640,
  'objects': {
    'id': [114, 115, 116, 117], 
    'area': [3796, 1596, 152768, 81002],
    'bbox': [
      [302.0, 109.0, 73.0, 52.0],
      [810.0, 100.0, 57.0, 28.0],
      [160.0, 31.0, 248.0, 616.0],
      [741.0, 68.0, 202.0, 401.0]
    ], 
    'category': [4, 4, 0, 0]
  }
}

Data Fields

  • image: the image id
  • image: PIL.Image.Image object containing the image. Note that when accessing the image column: dataset[0]["image"] the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the "image" column, i.e. dataset[0]["image"] should always be preferred over dataset["image"][0]
  • width: the image width
  • height: the image height
  • objects: a dictionary containing bounding box metadata for the objects present on the image
    • id: the annotation id
    • area: the area of the bounding box
    • bbox: the object's bounding box (in the coco format)
    • category: the object's category.

Who are the annotators?

Annotators are Roboflow users

Additional Information

Licensing Information

See original homepage https://universe.roboflow.com/object-detection/circuit-elements

Citation Information

@misc{ circuit-elements,
    title = { circuit elements Dataset },
    type = { Open Source Dataset },
    author = { Roboflow 100 },
    howpublished = { \url{ https://universe.roboflow.com/object-detection/circuit-elements } },
    url = { https://universe.roboflow.com/object-detection/circuit-elements },
    journal = { Roboflow Universe },
    publisher = { Roboflow },
    year = { 2022 },
    month = { nov },
    note = { visited on 2023-03-29 },
}"

Contributions

Thanks to @mariosasko for adding this dataset.

空文件

简介

Mirror of https://huggingface.co/datasets/Francesco/circuit-elements 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hf-datasets/circuit-elements.git
git@gitee.com:hf-datasets/circuit-elements.git
hf-datasets
circuit-elements
circuit-elements
main

搜索帮助