viewformer commited on
Commit
9c15186
·
verified ·
1 Parent(s): 72b3dac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
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
- Please follow instructions of [Occ3D](https://github.com/CVPR2023-3D-Occupancy-Prediction/CVPR2023-3D-Occupancy-Prediction) to download nuScenes subdataset.
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