UNetPlusPlus
UNetPlusPlus copied to clipboard
About the supplementary material for the Unet++paper
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
Hi Any updates? Same issue here!
Hey, we are busy with other projects. We will clean the code and upload very soon. Sorry for the delay.
@mahfuzmohammad Do you have an updated on using unet++ as a backbone in Mask RCNN?
Following up with the status of mask rcnn.
I am also curious about this? Any updates?
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