Update README.md
Browse files
README.md
CHANGED
|
@@ -8,9 +8,9 @@ license: apache-2.0
|
|
| 8 |
|
| 9 |
We provide the OccScanNet dataset files [here](https://huggingface.co/datasets/hongxiaoy/OccScanNet/tree/main), but you should agree the term of use of *ScanNet*, *CompleteScanNet* dataset.
|
| 10 |
|
| 11 |
-
For a simplified way to prepare the dataset, you just download the `preprocessed_data` to `ISO/data/occscannet` as `gathered_data` and download the `posed_images` to `ISO/data/scannet`.
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
### OccScanNet
|
| 16 |
|
|
@@ -92,7 +92,18 @@ completescannet
|
|
| 92 |
First, you should create a directories with name `preprocessed_voxels` and `gathered_data` in data disk and link them to the `ISO/data/occscannet`.
|
| 93 |
|
| 94 |
```bash
|
| 95 |
-
python generate_gt.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
```
|
| 97 |
|
| 98 |
Step can be indicated sequentially to make sure each step run correctly.
|
|
|
|
| 8 |
|
| 9 |
We provide the OccScanNet dataset files [here](https://huggingface.co/datasets/hongxiaoy/OccScanNet/tree/main), but you should agree the term of use of *ScanNet*, *CompleteScanNet* dataset.
|
| 10 |
|
| 11 |
+
For **a simplified way** to prepare the dataset, you **just** download the `preprocessed_data` to `ISO/data/occscannet` as `gathered_data` and download the `posed_images` to `ISO/data/scannet`.
|
| 12 |
|
| 13 |
+
However, the *complete dataset generating process* is provided as followed:
|
| 14 |
|
| 15 |
### OccScanNet
|
| 16 |
|
|
|
|
| 92 |
First, you should create a directories with name `preprocessed_voxels` and `gathered_data` in data disk and link them to the `ISO/data/occscannet`.
|
| 93 |
|
| 94 |
```bash
|
| 95 |
+
python generate_gt.py
|
| 96 |
+
```
|
| 97 |
+
|
| 98 |
+
```
|
| 99 |
+
occscannet
|
| 100 |
+
├── preprocessed_voxels
|
| 101 |
+
├── gathered_data
|
| 102 |
+
├── generate_gt.py
|
| 103 |
+
├── not_aligns.txt
|
| 104 |
+
├── wrong_scenes.txt
|
| 105 |
+
├── bad_scenes.txt
|
| 106 |
+
├── used_scannames.txt
|
| 107 |
```
|
| 108 |
|
| 109 |
Step can be indicated sequentially to make sure each step run correctly.
|