Closed shadyatscu closed 3 years ago
I am looking at implementing FastFCN and ShelfNet I am happy to contribute once I got it working.
DeepLabV3Plus using Xception backbone was just added https://github.com/dmlc/gluon-cv/blob/master/gluoncv/model_zoo/deeplabv3_plus.py#L243 I will provide pretrained model weights soon.
While we're waiting for pretrained models (although it looks like there are some for COCO in the code), can you confirm whether you train this in two stages:
Actually, looks like pretrained model params not actually available yet.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Different from other deep learning frameworks, mxnet is very convenient for beginners as the official model zoo has integrated with SOTA algorithms. In the segmentation part, some popular algorithms are missing, eg unet series, linknet and so on... Is there ant plans to add those SOTA algorithms in the near future or any roadmaps?