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
Hi,
I tried to run CenterNet-master but I get the error 'ModuleNotFoundError: No module named 'model'' while running demo.py file.
This issue happens in /CenterNet-master/lib/roi_layers/nms.py, line 3 "from model import _C".
I can't find a solution to this problem.