Error when running install.py: top_pool_forward
wallish77 opened this issue · 3 comments
wallish77 commented
When attempting to run install.py on a linux system, I get the following error:
AssertionError: top_pool_forward miss in module _ext
It looks like it's a problem with corner_pool.py
under mmcv
. I have done a git pull to the newest version and seen no change.
FaridSafi commented
+1
FaridSafi commented
I had to pip uninstall mmcv
to fix my issue. Also I had to install CUDA version 11.7
Fannovel16 commented
Fixed at 8a654cb