Skip to content

Roadmap of MMSegmentation #13

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
6 tasks done
hellock opened this issue Jul 13, 2020 · 45 comments
Open
6 tasks done

Roadmap of MMSegmentation #13

hellock opened this issue Jul 13, 2020 · 45 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@hellock
Copy link
Member

hellock commented Jul 13, 2020

We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.

You can either:

  1. Suggest a new feature by leaving a comment.
  2. Vote for a feature request with 👍 or be against with 👎. (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!)
  3. Tell us that you would like to help implement one of the features in the list or review the PRs. (This is the greatest things to hear about!)

V0.6 (August)

@hellock hellock added good first issue Good for newcomers help wanted Extra attention is needed labels Jul 13, 2020
@hellock hellock pinned this issue Jul 13, 2020
@xvjiarui
Copy link
Collaborator

xvjiarui commented Jul 15, 2020

@xvjiarui
Copy link
Collaborator

albumentation in #29

@zjupx
Copy link

zjupx commented Jul 28, 2020

MobileNet v3 backbone support please!

@VincentZ-2020
Copy link

Add U-net please!

@zhongqiu1245
Copy link

nnU-net support please!

@xungeer29
Copy link

tensorboard support please!

@xvjiarui
Copy link
Collaborator

tensorboard support please!

You may uncomment this line to enable tensorboard.

@JoyLuo
Copy link

JoyLuo commented Aug 11, 2020

Gans for segment

@advaza
Copy link

advaza commented Aug 17, 2020

Is there a way to view segmentation results throughout training (like evaluation hook but with visualisation of possibly unlabelled dataset)?
E.g. Tensorboard image writer.

@sandylaker
Copy link

UNet, UNet++, and installation on OS X.

@johnzja
Copy link
Contributor

johnzja commented Aug 23, 2020

MobileNet v3 backbone support please!

Supporting...

@hhaAndroid
Copy link

support EfficientFCN

@JoyLuo
Copy link

JoyLuo commented Aug 28, 2020

dice loss, focal loss

@caodroid
Copy link

caodroid commented Sep 3, 2020

please add Res2net,thank you,

@jianlong-yuan
Copy link

please add Panoptic-DeepLab and segfix, thank you

@huang45
Copy link

huang45 commented Sep 22, 2020

https://github.com/PingoLH/FCHarDNet please!

@huang45
Copy link

huang45 commented Sep 22, 2020

and Bisenetv2, thank you~

@Hr-Song
Copy link

Hr-Song commented Sep 24, 2020

Lovasz hinge loss and Lovasz softmax loss suport please, thank you.

@ywwwer
Copy link

ywwwer commented Oct 7, 2020

Multi-scale attention https://github.com/NVIDIA/semantic-segmentation, thank you!

@zhongqiu1245
Copy link

HighRes2DNet(2D version of HighRes3DNet) support please!

@zhongqiu1245
Copy link

support CaNet please,thank you!
https://github.com/icoz69/CaNet?utm_source=wechat_session&utm_medium=social&utm_oi=980147122032807936

@caodroid
Copy link

caodroid commented Oct 16, 2020

hope the Xception will be supported in backbones, thank you https://arxiv.org/pdf/1610.02357.pdf

@9p15p
Copy link

9p15p commented Nov 3, 2020

support COCO Dataset, please. Thank you.

@JPLAY0
Copy link

JPLAY0 commented Nov 18, 2020

Support Mapillary Vistas Dataset ,thank you.

@NickChang97
Copy link

Make it easy to use mixed loss

@lucci17
Copy link

lucci17 commented Jan 4, 2021

please support for temporal structure

@caodroid
Copy link

DenseASPP plz,thank you

@JPLAY0
Copy link

JPLAY0 commented Apr 6, 2021

Support CamVid Dataset ,thank you.

@jfzhuang
Copy link

jfzhuang commented Apr 9, 2021

Xception backbone support please!

@fcakyon
Copy link

fcakyon commented Apr 15, 2021

@hellock please support VNet and ResUNet

@aikeyz
Copy link

aikeyz commented May 18, 2021

EMA/SWA and knowledge distillation please

@zhongqiu1245
Copy link

Hi, thanks for your amazing job!
Is there any plan to support Panoptic-DeepLab?
Thank you!

@hannes09
Copy link

Hi,
great project. I would like to see DDRNet.
https://github.com/chenjun2hao/DDRNet.pytorch

@tiwaria9034
Copy link

Thanks for your contributions.
Please add EfficientNet family of backbones (v1, v2, tflite, etc.)

@Junjun2016
Copy link
Collaborator

Thanks for your contributions.
Please add EfficientNet family of backbones (v1, v2, tflite, etc.)

Could you please provide some references?

@tiwaria9034
Copy link

Thanks for your contributions.
Please add EfficientNet family of backbones (v1, v2, tflite, etc.)

Could you please provide some references?

EfficientNet (v1):

EfficientNet (v2):

@eugenelawrence
Copy link

MaskFormer

@eliabruni
Copy link

Hi, great project.
I would like to see Mask2Former

@litaws
Copy link

litaws commented Dec 17, 2021

Add support for Un/Semi-Supervised Loss (-or- partially unlabeled data)

edit:
moved into a separate issue #1147

@wmkai
Copy link

wmkai commented May 30, 2022

Hi, thanks for your great job!
Is there any plan to support Mask2Former?
Thank you!

@jyang68sh
Copy link

Please update PIDnet as it is the new sota

@AndreaPi
Copy link

AndreaPi commented Sep 2, 2022

Add 3D image segmentation capabilities #2010
In particular, I would propose to implement the following models:

https://arxiv.org/abs/1606.06650
https://arxiv.org/abs/1804.02967
https://arxiv.org/abs/1810.11654
https://arxiv.org/abs/1904.00625

These and other models are implemented here:
https://github.com/black0017/MedicalZooPytorch

@FabianSchuetze
Copy link

Could we add SegNext?

Code: https://github.com/visual-attention-network/segnext
paper: https://arxiv.org/abs/2209.08575

The code already uses mmsegmentation.

@joihn
Copy link

joihn commented Nov 15, 2022

Thanks for this repo,
Any plan to support RtFormer ?
https://arxiv.org/abs/2210.07124

@MeowZheng MeowZheng unpinned this issue Jan 31, 2023
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this issue Dec 3, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests