ankankbhunia commited on
Commit
c10b4f4
1 Parent(s): 221857c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ## 🎯 ToysAD-8K and PartsAD-15K datasets
3
+
4
+ - The `ToysAD-8K` and `PartsAD-15K` dataset are available for download [here](https://huggingface.co/datasets/ankankbhunia/odd-one-out/tree/main).
5
+ - `ToysAD-8K` includes real-world objects from multiple categories and `PartsAD-15K` comprises a diverse set of mechanical object parts.
6
+ - Both datasets consist of multiple scene folders, each containing `RGB` rendered images, `masks`, and `segmentations` annotations for each multiview image along with their metadata.
7
+ - Different types of abnormalities include: missing parts, broken/fracture/cracks parts, mis-alignments, texture mismatch.
8
+ - The datasets are divided into chunks of 5GB. We provide scripts to download both datasets.
9
+
10
+ <table>
11
+ <tr>
12
+ <td><b>Dataset name</b></td>
13
+ <td><b>Command</b></td>
14
+ <td><b>Total size</b></td>
15
+ <td><b>Comments</b></td>
16
+ </tr>
17
+ <tr>
18
+ <td>ToysAD-8K</td>
19
+ <td><em>bash data/download.sh toysAD8K</em></td>
20
+ <td>40 GB</td>
21
+ <td>Rendered using <a href="https://rehg.org/publication/dataset2/">Toys4K</a>* shapes (Creative Commons and royalty-free licenses)</a></td>
22
+ </tr>
23
+ <tr>
24
+ <td>PartsAD-15K</td>
25
+ <td><em>bash data/download.sh partsAD15K</em></td>
26
+ <td>94 GB</td>
27
+ <td>Rendered using <a href="https://deep-geometry.github.io/abc-dataset/">ABC</a>* shapes (MIT827 license)</td>
28
+ </table>
29
+
30
+ *This repository does not claim ownership of the shapes in the original dataset. To obtain the original shape data, please refer to their official dataset pages. You can retrieve the shape_ids from .json files in the scene folders.
31
+