CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01scikit-fingerprints /MoleculeNet_PCBA MoleculeNet PCBA PCBA (PubChem BioAssay) dataset [1], part of MoleculeNet [2] benchmark. It is intended to be used through scikit-fingerprints library. The task is to predict biological activity against 128 bioassays, generated by high-throughput screening (HTS). All tasks are binary active/non-active. Note that targets have missing values. Algorithms should be evaluated only on present labels. For training data, you may want to impute them, e.g. with zeros. Characteristic… See the full description on the dataset page: https://huggingface.co/datasets/scikit-fingerprints/MoleculeNet_PCBA.tabulartabular-classification100K<n<1M0 likes1.4k downloads2y agoHugging Face02SanderGi /pcb-detection-augmented-seg PCB Detection Augmented Segmentation Dataset Augmented PCB segmentation data in YOLO format from SanderGi/PCB-Detection. The repository includes train, validation, and test images; segmentation labels and masks; dataset configuration; and training outputs used by the published PCB segmentation model. Download from huggingface_hub import snapshot_download snapshot_download( repo_id="SanderGi/pcb-detection-augmented-seg", repo_type="dataset"… See the full description on the dataset page: https://huggingface.co/datasets/SanderGi/pcb-detection-augmented-seg.imageimage-segmentation1K<n<10K0 likes724 downloads2mo agoHugging Face03tutitata /PCB_COMPONENTS_LABELLED PCB Components Labelled YOLO-format object detection datasets and trained weights for detecting electronic components on PCB (printed circuit board) images. Two dataset/model pairs are included, covering a coarse 5-class label set and a fine-grained 17-class label set. Contents pcb_final_v4/ 17-class dataset (train/valid, YOLO format) pcb_5class_tiled/ 5-class dataset, tiled images (train/valid, YOLO format)… See the full description on the dataset page: https://huggingface.co/datasets/tutitata/PCB_COMPONENTS_LABELLED.object-detection0 likes669 downloads1mo agoHugging Face04keremberke /pcb-defect-segmentation Dataset Labels ['dry_joint', 'incorrect_installation', 'pcb_damage', 'short_circuit'] Number of Images {'valid': 25, 'train': 128, 'test': 36} How to Use Install datasets: pip install datasets Load the dataset: from datasets import load_dataset ds = load_dataset("keremberke/pcb-defect-segmentation", name="full") example = ds['train'][0] Roboflow Dataset Page https://universe.roboflow.com/diplom-qz7q6/defects-2q87r/dataset/8… See the full description on the dataset page: https://huggingface.co/datasets/keremberke/pcb-defect-segmentation.imageimage-segmentationn<1K15 likes663 downloads4y agoHugging Face051g0rrr /prep_test_pcb_pile_25This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 25, "total_frames": 17044, "total_tasks": 1, "total_videos": 50, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:25" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/prep_test_pcb_pile_25.tabularrobotics10K<n<100K0 likes536 downloads8mo agoHugging Face06SanderGi /pcb-detection-augmented-obb PCB Detection Augmented OBB Dataset Augmented PCB oriented-bounding-box data in YOLO format from SanderGi/PCB-Detection. The repository includes train, validation, and test images; OBB labels; dataset configuration; and training outputs used by the published PCB OBB model. Download from huggingface_hub import snapshot_download snapshot_download( repo_id="SanderGi/pcb-detection-augmented-obb", repo_type="dataset", local_dir="data/augmented_obb", ) See… See the full description on the dataset page: https://huggingface.co/datasets/SanderGi/pcb-detection-augmented-obb.imageobject-detection1K<n<10K0 likes535 downloads2mo agoHugging Face07RobotHuman /PCB_defect ⚡ 데이터셋 요약 본 데이터셋은 naked PCB(부품 실장 전 PCB) 이미지로 구성되어 있으며, 총 1386장, 6종 결함, 이미지당 3~5개 결함을 포함 이미지는 실제 AOI 유사 촬영 시스템으로 템플릿 보드를 촬영한 뒤, Photoshop으로 결함을 삽입해 합성 즉, “현장(real) 결함”이 아니라, 제어된 합성 결함이라는 점이 데이터 해석/일반화에서 중요한 전제 🌳 데이터셋 구조 PCB_defect/ ├── README.md ├── Meta Data/ │ └── Huang et al.(2019), A PCB Dataset for Defects Detection and Classification.pdf ├── Missing_hole/ # 결함 유형 │ ├── missing_hole01.jpg # [입력] PCB 이미지 │ ├──… See the full description on the dataset page: https://huggingface.co/datasets/RobotHuman/PCB_defect.imageimage-classificationn<1K0 likes524 downloads8mo agoHugging Face08SoccerNet /SN-PCBAS-2026gatedvideon<1K11 likes394 downloads10mo agoHugging Face09ItsMaxNorm /pc-benchmark Hugging Face Resources Resource Type Link Papers Database Dataset ItsMaxNorm/pc-database Papers API Space ItsMaxNorm/papercircle-papers-api Benchmark Leaderboard Space ItsMaxNorm/pc-bench Benchmark Results Dataset ItsMaxNorm/pc-benchmark Research SessionsDataset ItsMaxNorm/pc-research Getting Started Prerequisites Node.js >= 18 and Python >= 3.10 A Supabase project An LLM provider: Ollama (local), OpenAI, or Anthropic Install… See the full description on the dataset page: https://huggingface.co/datasets/ItsMaxNorm/pc-benchmark.0 likes362 downloads6mo agoHugging Face101g0rrr /prep_test_pcb_pile_v2_16This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 16, "total_frames": 6716, "total_tasks": 1, "total_videos": 32, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:16" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/prep_test_pcb_pile_v2_16.tabularrobotics1K<n<10K0 likes347 downloads8mo agoHugging Face11nvidia /Cosmos-AnomalyGen-PCB-Dataset Dataset Overview Dataset Description: We are releasing 86 sample images of components on NV boards in a FoxConn factory. These images are used to finetune the AnomalyGen and Qwen-Image-Edit. This dataset is for demonstration purposes and not for production usage. Dataset Owner(s): NVIDIA Corporation Dataset Creation Date: 05/30/2026 Version: 1.0 License/Terms of Use: GOVERNING TERMS: By downloading or… See the full description on the dataset page: https://huggingface.co/datasets/nvidia/Cosmos-AnomalyGen-PCB-Dataset.imageimage-to-imagen<1K2 likes306 downloads4mo agoHugging Face121g0rrr /demo_grab_pcb_from_edge_igor1_pcbcrop1_avideon<1K0 likes262 downloads10mo agoHugging Face13evan6007 /Innodisk_PCB_datasets 🚀🔬 Innodisk PCB Image Dataset The Innodisk PCB Image Dataset is a collaboration between Innodisk Corporation and Tamkang University.Designed for research on printed‑circuit‑board (PCB) defect inspection and small‑sample learning. 🧑‍🔧💡 📂 Split 🖼️ Images 📁 Source directories 🏋️‍♂️ Train 500 7 train_* dirs 🧪 Test 240 4 test* dirs 📝 Val 30 2 val* dirs 🎯 Resolutions vary; the modal size is 188 × 128 px. 🔖 Filenames embed pseudo‑labels: pass… See the full description on the dataset page: https://huggingface.co/datasets/evan6007/Innodisk_PCB_datasets.imagen<1K0 likes249 downloads1y agoHugging Face14awesome-aning /SSP-DETR-PCB SSP-DETR PCB Dataset This repository contains the PCB defect-detection dataset used for the SSP-DETR experiments. Dataset Summary Split Images Annotations Train 394 1,668 Test 99 411 The six categories are missing_hole, mouse_bite, open_circuit, short, spur, and spurious_copper. Layout . |-- annotations/ | |-- instances_train.json | `-- instances_test.json `-- images/ |-- train/ `-- test/ Annotations follow the COCO… See the full description on the dataset page: https://huggingface.co/datasets/awesome-aning/SSP-DETR-PCB.imageobject-detectionn<1K0 likes234 downloads2mo agoHugging Face151g0rrr /demo_grab_pcb_from_edge_igor1_pcbcrop1This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 51, "total_frames": 22668, "total_tasks": 1, "total_videos": 204, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:51" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/demo_grab_pcb_from_edge_igor1_pcbcrop1.tabularrobotics10K<n<100K0 likes221 downloads10mo agoHugging Face161g0rrr /demo_grab_pcb_from_panel1_centerThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 79, "total_frames": 40198, "total_tasks": 1, "total_videos": 316, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:79" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/demo_grab_pcb_from_panel1_center.tabularrobotics10K<n<100K0 likes210 downloads10mo agoHugging Face171g0rrr /demo_grab_pcb_from_edge2_51videon<1K0 likes192 downloads10mo agoHugging Face181g0rrr /demo_grab_pcb_from_panel_dag1_centerThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 51, "total_frames": 26407, "total_tasks": 1, "total_videos": 204, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:51" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/demo_grab_pcb_from_panel_dag1_center.tabularrobotics10K<n<100K0 likes192 downloads10mo agoHugging Face191g0rrr /test_left_grab_pcb_from_edge_50eps_cropThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 51, "total_frames": 16209, "total_tasks": 1, "total_videos": 204, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:51" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/test_left_grab_pcb_from_edge_50eps_crop.tabularrobotics10K<n<100K0 likes187 downloads9mo agoHugging Face201g0rrr /demo_grab_pcb_from_pile1_centerThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 52, "total_frames": 23339, "total_tasks": 1, "total_videos": 208, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:52" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/demo_grab_pcb_from_pile1_center.tabularrobotics10K<n<100K0 likes186 downloads10mo agoHugging Face21henry1477 /pcbslm-static-v2-unsloth-vlm PCBSLM static-v2 Unsloth VLM Portable multimodal Unsloth dataset for PCB layout/document-grounded training. The JSONL splits use Unsloth/Gemma-style chat messages: { "messages": [ {"role": "user", "content": [ {"type": "image", "image": "assets/raw_docs/.../images/page.png"}, {"type": "text", "text": "instruction..."} ]}, {"role": "assistant", "content": [ {"type": "text", "text": "{...json answer...}"} ]} ] } Files… See the full description on the dataset page: https://huggingface.co/datasets/henry1477/pcbslm-static-v2-unsloth-vlm.documentimage-text-to-text1K<n<10K0 likes185 downloads5mo agoHugging Face221g0rrr /summit_grab_pcb_from_edge_centerThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 52, "total_frames": 19092, "total_tasks": 1, "total_videos": 208, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:52" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/summit_grab_pcb_from_edge_center.tabularrobotics10K<n<100K0 likes173 downloads10mo agoHugging Face231g0rrr /prep_test_pcb_pile_v8_mult_all_35This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 35, "total_frames": 10603, "total_tasks": 1, "total_videos": 105, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:35" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/prep_test_pcb_pile_v8_mult_all_35.tabularrobotics10K<n<100K0 likes169 downloads7mo agoHugging Face241g0rrr /prep_test_flip_pcb_15This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 15, "total_frames": 10309, "total_tasks": 1, "total_videos": 30, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:15" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/prep_test_flip_pcb_15.tabularrobotics10K<n<100K0 likes156 downloads8mo agoHugging Face25LeRobot-worldwide-hackathon /223-LeHelpingHand-PCBManipulationThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "so101_follower", "total_episodes": 54, "total_frames": 12006, "total_tasks": 1, "total_videos": 108, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:54" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/LeRobot-worldwide-hackathon/223-LeHelpingHand-PCBManipulation.tabularrobotics10K<n<100K0 likes155 downloads1y agoHugging Face26Kingldore /lit-pcba-vs LIT-PCBA Docked Poses (gnina virtual screening) The docked poses from lit-pcba_vs.tgz, produced by the Koes lab at the University of Pittsburgh for Virtual Screening with Gnina 1.0. The original is one large archive that must be read start to finish. Here it is split by target into lit-pcba-vs/, one archive per LIT-PCBA target, so you can download only the targets you need: hf download Kingldore/lit-pcba-vs lit-pcba-vs/FEN1.tar.gz --repo-type dataset tar -xzf… See the full description on the dataset page: https://huggingface.co/datasets/Kingldore/lit-pcba-vs.tabular10M<n<100M0 likes147 downloads1mo agoHugging Face271g0rrr /prep_test_pcb_pile_v8_addsideThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 42, "total_frames": 18972, "total_tasks": 1, "total_videos": 126, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:42" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/prep_test_pcb_pile_v8_addside.tabularrobotics10K<n<100K0 likes136 downloads7mo agoHugging Face281g0rrr /summit_grab_pcb_from_edge_igor_dag1_cropThis dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 51, "total_frames": 20404, "total_tasks": 1, "total_videos": 204, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:51"}, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/summit_grab_pcb_from_edge_igor_dag1_crop.tabularrobotics10K<n<100K0 likes135 downloads10mo agoHugging Face29kshitij1507 /PCB-AOI PCB-AOI Dataset Overview PCB-AOI is an object detection dataset for Automated Optical Inspection (AOI) of Printed Circuit Boards (PCBs). It contains annotated PCB images intended for training and evaluating models that detect defects, components, or hardware constraint violations on PCBs. The dataset is structured in YOLO format, split into train, valid, and test sets, with a data.yaml configuration file describing the classes and paths. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/kshitij1507/PCB-AOI.imageobject-detection1K<n<10K0 likes127 downloads15d agoHugging Face301g0rrr /beta_test_pcb_pile_21This dataset was created using LeRobot. Dataset Structure meta/info.json: { "codebase_version": "v2.1", "robot_type": "sam_evt2", "total_episodes": 21, "total_frames": 6128, "total_tasks": 1, "total_videos": 63, "total_chunks": 1, "chunks_size": 1000, "fps": 30, "splits": { "train": "0:21" }, "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet", "video_path":… See the full description on the dataset page: https://huggingface.co/datasets/1g0rrr/beta_test_pcb_pile_21.tabularrobotics1K<n<10K0 likes114 downloads8mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.