Skip to content

Commit

Permalink
Update sdfstudio-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-geiger authored Dec 16, 2022
1 parent 58bd9ac commit 4145e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sdfstudio-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data

This is a short documentation of sdfstudio's data format and it is organized as:
This is a short documentation of SDF Studio's data format and it is organized as:

- [Dataset format](#Dataset-format)
- [Existing datasets](#Existing-dataset)
Expand Down Expand Up @@ -100,4 +100,4 @@ Next, you can extract monocular depths and normals (please install [omnidata mod
```bash
python scripts/datasets/extract_monocular_cues.py --task normal --img_path data/custom/scannet_scene0050_00/ --output_path data/custom/scannet_scene0050_00 --omnidata_path YOUR_OMNIDATA_PATH --pretrained_models PRETRAINED_MODELS
python scripts/datasets/extract_monocular_cues.py --task normal --img_path data/custom/scannet_scene0050_00/ --output_path data/custom/scannet_scene0050_00 --omnidata_path YOUR_OMNIDATA_PATH --pretrained_models PRETRAINED_MODELS
```
```

0 comments on commit 4145e82

Please sign in to comment.