Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ventusff authored Mar 14, 2024
1 parent 3788b2e commit fa22609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ We also support efficient neural surface reconstruction for pedestrians, cyclist
- See in [[scene.py]](app/resources/scenes.py): We have implemented two ways for freezing a scene graph at a specific time (or multiple batched time). You can either use the frame-indexing mode, in which the scene graph is frozen at one or multiple frame indices, or you can use the timestamp-interpolation mode, in which the scene graph is frozen at one or multiple timestamps. Both modes support feeding per-ray timestamps to the network.


| Multi-frame occ. grids<br />accumulated in training | Multi-instance occ. grids<br />accumulated in training |
| Multi-instance occ. grids<br />accumulated in training | Multi-timestamp occ. grids<br />accumulated in training |
| --------------------------------------------------- | ------------------------------------------------------ |
| ![occ_grid_batched](media/occ_grid_batched.jpg) | ![occ_grid_dynamic](media/occ_grid_dynamic.jpg) |

Expand Down

0 comments on commit fa22609

Please sign in to comment.