Skip to content

Commit

Permalink
Add data conversion section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mworchel committed Feb 26, 2024
1 parent 21c5ef4 commit cdc17ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ python reconstruct.py --input_dir ./data/{SCAN-ID}_{SCAN-NAME}/views --input_bbo

You will find the output meshes in the directory `./out/{SCAN-ID}_{SCAN-NAME}/meshes`.

### Data Conversion from IDR Format to NDS Format

The DTU dataset in the NDS format is derived from the dataset in IDR format ([found here](https://github.com/lioryariv/idr)), which includes masks for a selection of objects. After downloading the dataset from IDR, you can convert it from the IDR format to the NDS format by calling the import script as:

```bash
import_dtu_from_idr.py PATH/TO/IDR/DATASET/DIRECTORY PATH/TO/OUTPUT/DIRECTORY
```

## Reconstructing Custom Scenes

Our pipeline expects the input data in a specific structure, which you have to follow for your own scenes.
Expand Down

0 comments on commit cdc17ec

Please sign in to comment.