hongxiaoy commited on
Commit
b228a2e
Β·
verified Β·
1 Parent(s): b974707

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -65,7 +65,7 @@ scannet
65
 
66
  The ground truth labels we used are from [SCFusion](https://github.com/ShunChengWu/SCFusion#generate-gt). Ground truth is available at [here](https://github.com/ShunChengWu/SCFusion#generate-gt).
67
 
68
- The ground truth label should be placed as `ISO/data/completescannet/CompleteScanNet_GT`.
69
 
70
  6. Reformulate *CompleteScanNet*
71
 
@@ -73,15 +73,15 @@ The ground truth label should be placed as `ISO/data/completescannet/CompleteSca
73
  python preprocess_gt.py
74
  ```
75
 
76
- The resulted directory is `ISO/data/completescannet/CompleteScanNet_preprocessed_GT`.
77
 
78
  Now, we obtained the following directory structure.
79
 
80
  ```
81
  completescannet
82
- β”œβ”€β”€ CompleteScanNet_GT
83
  β”‚ β”œβ”€β”€ scenexxxx_xx.ply
84
- β”œβ”€β”€ CompleteScanNet_preprocessed_GT
85
  β”‚ β”œβ”€β”€ scenexxxx_xx.npy
86
  β”œβ”€β”€ preprocess_gt.py
87
  β”œβ”€β”€ visualization.py
@@ -95,6 +95,8 @@ First, you should create a directories with name `preprocessed_voxels` and `gath
95
  python generate_gt.py
96
  ```
97
 
 
 
98
  ```
99
  occscannet
100
  β”œβ”€β”€ preprocessed_voxels
@@ -106,8 +108,6 @@ occscannet
106
  β”œβ”€β”€ used_scannames.txt
107
  ```
108
 
109
- Step can be indicated sequentially to make sure each step run correctly.
110
-
111
  ### OccScanNet-mini
112
 
113
  The scenes we used in OccScanNet-mini is reflected in the config file.
 
65
 
66
  The ground truth labels we used are from [SCFusion](https://github.com/ShunChengWu/SCFusion#generate-gt). Ground truth is available at [here](https://github.com/ShunChengWu/SCFusion#generate-gt).
67
 
68
+ The ground truth label should be placed as `ISO/data/completescannet/gt`.
69
 
70
  6. Reformulate *CompleteScanNet*
71
 
 
73
  python preprocess_gt.py
74
  ```
75
 
76
+ The resulted directory is `ISO/data/completescannet/preprocessed`.
77
 
78
  Now, we obtained the following directory structure.
79
 
80
  ```
81
  completescannet
82
+ β”œβ”€β”€ gt
83
  β”‚ β”œβ”€β”€ scenexxxx_xx.ply
84
+ β”œβ”€β”€ preprocessed
85
  β”‚ β”œβ”€β”€ scenexxxx_xx.npy
86
  β”œβ”€β”€ preprocess_gt.py
87
  β”œβ”€β”€ visualization.py
 
95
  python generate_gt.py
96
  ```
97
 
98
+ Now, we obtained the following directory structure.
99
+
100
  ```
101
  occscannet
102
  β”œβ”€β”€ preprocessed_voxels
 
108
  β”œβ”€β”€ used_scannames.txt
109
  ```
110
 
 
 
111
  ### OccScanNet-mini
112
 
113
  The scenes we used in OccScanNet-mini is reflected in the config file.