Update README.md
Browse files
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/
|
| 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/
|
| 77 |
|
| 78 |
Now, we obtained the following directory structure.
|
| 79 |
|
| 80 |
```
|
| 81 |
completescannet
|
| 82 |
-
βββ
|
| 83 |
β βββ scenexxxx_xx.ply
|
| 84 |
-
βββ
|
| 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.
|