MNC icon indicating copy to clipboard operation
MNC copied to clipboard

Instance-aware Semantic Segmentation via Multi-task Network Cascades

Results 47 MNC issues
Sort by recently updated
recently updated
newest added

Dear MNC authors, While working on a project which leveraged MNC for instance-aware semantic segmentation, I ended up dockerizing the code for simplicity. That is, I've written a Dockerfile plus...

Hi, @Oh233 and @daijifeng001 Thanks a lot for sharing your great work. I have trained the mnc-5stage network using my own training dataset(which only contains one type of object) and...

Hi. Is anybody aware of a Keras implementation of this architecture, or parts of it, like for example the ROI Warping layer or the proposal layer? Thanks!

After following all the instructions, and running the demo, I get: > F1004 19:15:23.296233 20261 syncedmem.hpp:18] Check failed: error == cudaSuccess (77 vs. 0) an illegal memory access was encountered...

@daijifeng001 , can you provide the pretrained resnet101 mnc model download url?

hi,when I download the trained MNC model by run ./data/scripts/fetch_mnc_model.sh it failed.The URL="https://onedrive.live.com/download?resid=571EABC0F8C2A19C!1103&authkey=!ALXduVujs-7r6Ug" can't open .Had it lose efficacy?How can I solve this issue?Thanks!

I try to run the demo, with the suggested trained MNC model and the original 5 images, but the output images getting from the algorithm are black without any recognized...

Hi~ I am running the demo, and error happens: ``` Demo for data/demo/2008_000533.jpg forward time 0.203548 Traceback (most recent call last): File "./tools/demo.py", line 170, in superimpose_image.save(superimpose_name, 'JPEG') File "/home/haoyu/py2/local/lib/python2.7/site-packages/PIL/Image.py",...

I met this error in win7 when i compile lib in windows, can you give me some advice? 3Q i check it in gpu_mv.cpp file, but the function PyInit_mv() is...

Dear @Oh233 , From the function names, I thought the functions [cpu_mask_voting](https://github.com/daijifeng001/MNC/blob/a6b19c61f765ed083bb833e68f99cda687bd97a4/lib/transform/mask_transform.py#L142) and [gpu_mask_voting](https://github.com/daijifeng001/MNC/blob/a6b19c61f765ed083bb833e68f99cda687bd97a4/lib/transform/mask_transform.py#L213) are doing the same things but on different devices (i.e. CPU and GPU). However, the their...