open-mmlab / mmdetection3d

OpenMMLab's next-generation platform for general 3D object detection.
https://mmdetection3d.readthedocs.io/en/latest/
Apache License 2.0
5.2k stars 1.53k forks source link

updated the argument name in multi-modal demo from score-thr to pred-score-thr in the docs #2907

Closed Barath19 closed 7 months ago

Barath19 commented 7 months ago

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.

Motivation

The argument name for threshold in the multi-modal demo have been changed to --pred-score-thr from --score-thr. However, this is not reflected in the docs. This PR helps in running the multi-modal demo with threshold.

Modification

Updated the typo in the documentation.

Checklist

  1. Pre-commit or other linting tools are used to fix the potential lint issues.
  2. The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
  3. If the modification has potential influence on downstream projects, this PR should be tested with downstream projects.
  4. The documentation has been modified accordingly, like docstring or example tutorials.
CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.