hongxiaoy commited on
Commit
b974707
β€’
1 Parent(s): 8d6d263

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
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
- The following is the complete dataset generating process.
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 --step [1, 2, 3, 4, 5]
 
 
 
 
 
 
 
 
 
 
 
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.