Skip to content

Update mppnet.md #1535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guidelines_of_approaches/mppnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For each GPU, BATCH_SIZE should be at least equal to 2. When using 16-frame, th
python test.py --cfg_file cfgs/waymo_models/mppnet_4frames.yaml --batch_size 1 \
--ckpt ../output/waymo_models/mppnet_4frames/default/ckpt/checkpoint_epoch_6.pth
# Multiple GPUs
bash scripts/dist_test.sh ${NUM_GPUS} --cfgs/waymo_models/mppnet_4frames.yaml --batch_size 1 \
bash scripts/dist_test.sh ${NUM_GPUS} --cfg_file cfgs/waymo_models/mppnet_4frames.yaml --batch_size 1 \
--ckpt ../output/waymo_models/mppnet_4frames/default/ckpt/checkpoint_epoch_6.pth
```
To avoid OOM, set BATCH_SIZE=1.
Expand All @@ -70,4 +70,4 @@ The default parameters in mppnet_e2e_memorybank_inference.yaml is for 4-frame an
| [mppnet_4frames](../../tools/cfgs/waymo_models/mppnet_4frames.yaml) | 81.54/81.06 | 74.07/73.61 | 84.56/81.94 | 77.20/74.67 | 77.15/76.50 | 75.01/74.38 |
| [mppnet_16frames](../../tools/cfgs/waymo_models/mppnet_16frames.yaml) | 82.74/82.28 | 75.41/74.96 | 84.69/82.25 | 77.43/75.06 | 77.28/76.66 | 75.13/74.52 |

The reported performance of MPPNet is trained with 6 epoch with `USE_ROI_AUG` and `USE_TRAJ_AUG` flags enabled.
The reported performance of MPPNet is trained with 6 epoch with `USE_ROI_AUG` and `USE_TRAJ_AUG` flags enabled.