-
Notifications
You must be signed in to change notification settings - Fork 120
Closed
Description
On running the demo.py code, I am getting an import error
from mega_core import _C
ImportError: cannot import name '_C'
This error was coming from ./mega_core/layers/nms.py and some other files in the same directory
so I commented it and changed it as
#from mega_core import _C
from ._utils import _C
After making the changes the code worked and I was able to get my predictions. Are the two things same? I want to know whether I did the correct thing or not. It would be great if someone could give help in this regard.
Metadata
Metadata
Assignees
Labels
No labels