You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you so very much for your fantastic work and awesome codes. I have a little question that I would greatly appreciate receiving a response for. 💐
I am trying to run the test.sh code. but I get the following error (specifically, from the line from lib.nms.gpu_nms import gpu_nms in rpn_util.py code:
ModuleNotFoundError: No module named 'lib.nms.gpu_nms'
How can I fix this? Am I forgetting to install or import a particular library/dependency?
Thank you very much.
The text was updated successfully, but these errors were encountered:
Hello and thank you so very much for your fantastic work and awesome codes. I have a little question that I would greatly appreciate receiving a response for. 💐
I am trying to run the
test.sh
code. but I get the following error (specifically, from the linefrom lib.nms.gpu_nms import gpu_nms
inrpn_util.py
code:ModuleNotFoundError: No module named 'lib.nms.gpu_nms'
How can I fix this? Am I forgetting to install or import a particular library/dependency?
Thank you very much.
The text was updated successfully, but these errors were encountered: