-
Notifications
You must be signed in to change notification settings - Fork 249
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
No module named 'top_pool' #11
Comments
That error is because you might be using a certain older version of monk object detection. It happened because the older version had precompiled binary (.so) files from my system pushed into the commit, which restricted the re-compiling of the binaries as per your system configurations. Please clone the library again and reinstall as per the instructions. If the error still persists, drop a comment here. Happy coding!! |
I have cloned the latest version itself. But, I still get the same error. |
If you are running it on colab, follow these steps, #clone library #install #move back to root dir #Very important, restart the runtime (using "Runtime" drop down menu in tool bar) #import |
Closing the issue. |
I am running CornerNet-lite Example in colab. While running
from train_detector import Detector
I got this errorThe text was updated successfully, but these errors were encountered: