MrGiovanni / UNetPlusPlus

[IEEE TMI] Official Implementation for UNet++
Other
2.26k stars 538 forks source link

About the supplementary material for the Unet++paper #3

Open xiaoqianjia opened 5 years ago

xiaoqianjia commented 5 years ago

In the paper, it said the unet++can be deployed as the backbone in Mask RCNN. I want to ask where is the code and the supplementary material of this paper? I cannot find it from google.

Thanks

mina18732 commented 5 years ago

Hi Any updates? Same issue here!

mahfuzmohammad commented 5 years ago

Hey, we are busy with other projects. We will clean the code and upload very soon. Sorry for the delay.

MinuteswithMetrics commented 5 years ago

@mahfuzmohammad Do you have an updated on using unet++ as a backbone in Mask RCNN?

MinuteswithMetrics commented 5 years ago

Following up with the status of mask rcnn.

darien-schettler commented 3 years ago

I am also curious about this? Any updates?

MrGiovanni commented 3 years ago

Hi,

Please find the shared code for both Mask RCNN and Mask RCNN PlusPlus https://drive.google.com/drive/folders/1TQTiCH6WJmP2c28RUTqOgPww3nEJza21?usp=sharing

I adopted the basic Mask RCNN implementation from https://github.com/matterport/Mask_RCNN and all the modifications are made upon it.

It is a well-established repository. You may look into their README and guideline documents to make it run.

Best, Zongwei