FlyingFrog commited on
Commit
c051bec
·
verified ·
1 Parent(s): 9058511

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -5
README.md CHANGED
@@ -11,10 +11,51 @@ size_categories:
11
  - 100M<n<1B
12
  ---
13
  # General
14
- VasTexture is a free large scale datasets of textures and PBR materials extracted from real-world images.
15
- The repository contains 500,000 highly diverse textures and PBR materials. All assets are free to download and use for any purpose (CC0 license).
 
16
 
17
- The PBR materials and textures were extracted from natural images using an unsupervised statistical approach (no human intervention).
18
- As a result, the textures and PBR materials are significantly more diverse but less refined compared to assets made using manual and AI approaches.
19
- This dataset is more suitable for task needing large number of highly diverse assets like building datasets or large scale procedural generation.
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  - 100M<n<1B
12
  ---
13
  # General
14
+ VasTexture is a large-scale dataset of textures and PBR materials extracted from real-world images.
15
+ The repository contains 500,000 highly diverse texture images and PBR materials. All assets are free to download and use for any purpose (CC0 license).
16
+ The dataset is divided into textures images, and PBR materials. Where texture image are simply crop of regions in images with uniform textures.
17
 
 
 
 
18
 
19
+ The PBR materials and textures were extracted from natural images using an unsupervised statistical approach (no human intervention).
20
+ As a result, the textures and PBR materials are significantly more diverse but less refined compared to assets made using manual and AI approaches. This dataset is more suitable for tasks needing a large number of highly diverse assets like building datasets or large scale procedural generation.
21
+
22
+ ## [Project Website](https://sites.google.com/view/infinitexture/home)
23
+
24
+
25
+
26
+ ## File Structure
27
+ The dataset is composed into two assets types textures images and PBR materials, each file contain between 5,000 to 40,000 assets
28
+
29
+ Texture image files contain the world **Texture** in the file. If the textures are seamless/tilable, the world **seamless** will appear in the file name. If the texture is 512x512 or larger, the world **large** will appear in the file name.
30
+
31
+
32
+ PBR materiasl files contain the world **PBR** in the file. If the PBR are seamless/tilable, the world **seamless** will appear in the file name. If the PBR is 512x512 or larger, the world **large** will appear in the file name.
33
+
34
+ Note that Seamless texture images have been modified compare to the original image crop
35
+
36
+ ## Data generation code:
37
+
38
+ The Python scripts used to extract these assets are supplied at:
39
+
40
+ Texture_And_Material_ExtractionCode_And_Documentation.zip
41
+
42
+ The code could be run in any folder of random images extract regions with uniform textures and turn these into PBR materials.
43
+
44
+ Code for transforming data to seamless available at [https://github.com/sagieppel/convert-image-into-seamless-tileable-texture](https://github.com/sagieppel/convert-image-into-seamless-tileable-texture)
45
+
46
+
47
+ # GITHUB and Alternative download sources:
48
+ GitHub: [Texture/PBR extraction](https://github.com/sagieppel/Unsupervised-extraction-of-textures-and-PBR-materials-from-images), [Texture To Seamless](https://github.com/sagieppel/convert-image-into-seamless-tileable-texture)
49
+
50
+ https://sites.google.com/view/infinitexture/home
51
+
52
+ https://zenodo.org/records/12629301
53
+
54
+ ## Papers
55
+ Main paper:
56
+ [Infusing Synthetic Data with Real-World Patterns for
57
+ Zero-Shot Material State Segmentation](https://proceedings.neurips.cc/paper_files/paper/2024/file/6ef4a4b387a5a547ea699f3df7fc1248-Paper-Datasets_and_Benchmarks_Track.pdf)
58
+
59
+ More detailed:
60
+ [Vastextures: Vast repository of textures and PBR materials
61
+ extracted from real-world images using unsupervised methods](https://arxiv.org/pdf/2406.17146)