Skip to content

Commit

Permalink
Merge pull request #121 from zyc10ud/maptrv2
Browse files Browse the repository at this point in the history
update v2 visualization scripts and doc
  • Loading branch information
LegendBC authored Oct 6, 2023
2 parents ebcc459 + 5e6f111 commit e03f097
Show file tree
Hide file tree
Showing 3 changed files with 907 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ We provide all the visualization scripts under `/path/to/MapTR/tools/maptr/`
```shell
cd /path/to/MapTR/
export PYTHONPATH="/path/to/MapTR/"
python tools/maptr/vis_pred.py /path/to/experiment/config /path/to/experiment/ckpt
# visualize nuscenes dataset
python tools/maptrv2/nusc_vis_pred.py /path/to/experiment/config /path/to/experiment/ckpt

#visualize argoverse2 dataset
python tools/maptrv2/av2_vis_pred.py /path/to/experiment/config /path/to/experiment/ckpt
```
**Notes**:

Expand Down
Loading

0 comments on commit e03f097

Please sign in to comment.