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