Add nms compile issue to trouble_shooting page ()

* Add nms compile issue to trouble_shooting page

* after lint

* update link to online doc
pull/761/head
Y. Xiong 2020-12-22 17:02:42 +08:00 committed by GitHub
parent 09661d9754
commit 8b4e5de43d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -171,3 +171,8 @@ pip install mmcv-full
Note that the local compiling may take up to 10 mins.
If you would like to build MMCV from source, please refer to the [guide](https://mmcv.readthedocs.io/en/latest/build.html).
## FAQ
If you face some installation issues, CUDA related issues or RuntimeErrors,
you may first refer to this [Trouble Shooting Page](https://mmcv.readthedocs.io/en/latest/trouble_shooting.html).

View File

@ -35,3 +35,8 @@ Feel free to enrich the list if you find any frequent issues and have ways to he
This error may be due to your poor GPU. Try to decrease the value of [THREADS_PER_BLOCK](https://github.com/open-mmlab/mmcv/blob/cac22f8cf5a904477e3b5461b1cc36856c2793da/mmcv/ops/csrc/common_cuda_helper.hpp#L10)
and recompile mmcv.
- "RuntimeError: nms is not compiled with GPU support".
This error is because your CUDA environment is not installed correctly.
You may try to re-install your CUDA environment and then delete the build/ folder before re-compile mmcv.