vlongle commited on
Commit
2caa397
·
verified ·
1 Parent(s): 87887f1

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pixie Dataset
2
+
3
+ This dataset contains data and pre-trained models for the Pixie project.
4
+
5
+ ## Contents
6
+
7
+ - `checkpoints_continuous_mse/`: Continuous material property prediction model checkpoints
8
+ - `checkpoints_discrete/`: Discrete material classification model checkpoints
9
+ - `real_scene_data/`: Real scene data for evaluation
10
+ - `real_scene_models/`: Trained models for real scenes
11
+
12
+ ## Usage
13
+
14
+ Use the download script in the Pixie repository to automatically download this data:
15
+
16
+ ```bash
17
+ python scripts/download_data.py
18
+ ```
19
+
20
+ ## Citation
21
+
22
+ If you use this data, please cite the Pixie paper:
23
+
24
+ ```bibtex
25
+ @inproceedings{TODO
26
+ }
27
+ ```