From 5b08cc8ceef9c3792253c4d3b7431ca599d3d882 Mon Sep 17 00:00:00 2001 From: Daniel Li Date: Thu, 25 Jul 2024 12:16:39 -0700 Subject: [PATCH] Update the instruction of the -np flag. (#489) Co-authored-by: Qinru Li --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42cf3985..a5c7839e 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ We also provide instructions for evaluating our pretrained models. Please downlo Then, you will be able to run: ```bash -torchpack dist-run -np 8 python tools/test.py [config file path] pretrained/[checkpoint name].pth --eval [evaluation type] +torchpack dist-run -np [number of gpus] python tools/test.py [config file path] pretrained/[checkpoint name].pth --eval [evaluation type] ``` For example, if you want to evaluate the detection variant of BEVFusion, you can try: