Skip to content

Chopper-233/Anomaly-ShapeNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anomaly-ShapeNet: A Synthetic Dataset of Point Cloud Anomaly Detection

Wenqiao Li, Xiaohao Xu, Yao Gu, Bozhong Zheng, Shenghua Gao, Yingna Wu

Introduction

This project provides a synthetic dataset for point cloud anomaly detection. We provide 3D point clouds and meshs for training and testing 3D anomaly detection algorithms. Note that we expanded from the original 40 classes to 50 classes and put the new 10 classes in the ‘new’ folders.Our paper can be found here.[Paper]

Data description

Dataset

  • overview of Anomaly-ShapeNet

Anomaly-ShapeNet comprises a total of 1600 samples which are distributed across 40(+10) distinct categories. There are six kinds of anomalies, including bulge, concavity, crack, holes, and broken. All the obj or pcd file have been watertighted before to obtain a more smooth surface.

Datasets Category numbers Anomaly types Train num(1cls) Test num(1cls) Point num Anomaly portion
Anomaly-ShapeNet 50 6 4 15~24 8K~30K 1%~7%

Download

Data preparation

  • Download Anomaly-ShapeNet-v2.zip and extract into ./dataset/pcd
pcd
├── ashtray0
    ├── train
        ├── *template.pcd
        ...
    ├── test
        ├── 1_bulge.pcd
        ├── 2_concavity.pcd
        ...
    ├── GT
        ├── 1_bulge.txt
        ├── 2_sink.txt
        ... 
├── bag0
...

Benchmark

Our benchmark is listed in our Paper and supplymentary.

Citation

Please cite the following paper if this dataset helps your project:

@article{liwq2024,
  title={Towards Scalable 3D Anomaly Detection and Localization: A Benchmark via 3D
Anomaly Synthesis and A Self-Supervised Learning Network},
  author={Li, Wenqiao and Xu, Xiaohao and Gu, Yao and Zheng, Bozhong and Gao, Shenghua and Wu, Yingna},
  journal={The IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year={2024}
}

Thanks

Our dataset and code is built on Real3D-AD and M3DM, thanks for their excellent works!

License

The dataset is released under the CC BY 4.0 license.

About

Official Anomaly-ShapeNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published