Update README.md
Browse files
README.md
CHANGED
@@ -6,9 +6,7 @@ license: apache-2.0
|
|
6 |
|
7 |
Download [FlowOcc3D](https://huggingface.co/viewformer/ViewFormer-Occ/blob/main/occ_flow_sparse_ext.zip). Unzip it in `./data/nuscenes`.
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
Our FlowOcc3D assigns a flow vector to each foreground occupancy of Occ3D.
|
12 |
|
13 |
Here we briefly introduce what the downloaded FlowOcc3D data looks like. We store the flow and index of the foreground voxels in the `.bin` file and the `_idx.bin` file.
|
14 |
```python
|
|
|
6 |
|
7 |
Download [FlowOcc3D](https://huggingface.co/viewformer/ViewFormer-Occ/blob/main/occ_flow_sparse_ext.zip). Unzip it in `./data/nuscenes`.
|
8 |
|
9 |
+
Our FlowOcc3D assigns a flow vector to each foreground occupancy of [Occ3D](https://github.com/CVPR2023-3D-Occupancy-Prediction/CVPR2023-3D-Occupancy-Prediction).
|
|
|
|
|
10 |
|
11 |
Here we briefly introduce what the downloaded FlowOcc3D data looks like. We store the flow and index of the foreground voxels in the `.bin` file and the `_idx.bin` file.
|
12 |
```python
|