daijifeng001 / MNC

Instance-aware Semantic Segmentation via Multi-task Network Cascades

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nms.mv missing - Running MNC under CPU mode

anusharao55 opened this issue · comments

I have been trying to run MNC under CPU mode. Followed all steps mentioned in the following post:
rbgirshick/py-faster-rcnn#123

However, I run into an issue which states that there is a missing module named 'mv' in the nms folder.

Here is a snapshot of the error:

image

It would be great if anyone could give me some insights on this issue.

Thanks in advance!

Check the installation guide, you forgot to make part of the library.

ps. I am not sure if CPU mode works for MNC.