Skip to content

Commit

Permalink
Generate occupancy labels with your own data!
Browse files Browse the repository at this point in the history
  • Loading branch information
lqzhao committed Mar 19, 2023
1 parent dfb1ec6 commit 301fcb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ python generate_occupancy_nuscenes.py --config_path ./config.yaml --label_mappin
***5. (Optional) You can also generate dense occupancy labels with your own data! We provide a highly extensible code to achieve [this](https://github.com/weiyithu/SurroundOcc/blob/main/tools/generate_occupancy_with_own_data/process_your_own_data.py)**

**You need to prepare your data like this:**

```
your_own_data_folder/
├── pc/
│ ├── pc0.npy
Expand All @@ -80,7 +80,7 @@ your_own_data_folder/
│ ├── lidar_ego_pose0.npy
│ ├── lidar_ego_pose1.npy
│ ├── ...

```
You can generate occupancy labels with or without semantics (via acitivate --with semantic), and you can choose whether (via acitivate --with to_mesh) to use Poisson reconstruction (will be generated faster).

Run this to generate dense occupancy labels with your own data:
Expand Down

0 comments on commit 301fcb1

Please sign in to comment.