Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add Segmentation Models. #24

Open
5 tasks
oke-aditya opened this issue Nov 12, 2020 · 0 comments
Open
5 tasks

Add Segmentation Models. #24

oke-aditya opened this issue Nov 12, 2020 · 0 comments
Labels
enhancement New feature or request feature A new feature request Medium Priority Should be addressed in few days Model to Implement This model should be implmented

Comments

@oke-aditya
Copy link
Owner

oke-aditya commented Nov 12, 2020

🚀 Feature

This should take some study and time.
Supporting Torchvision Segmentation models should be simple.
But we would need to support backbones, etc.

A nice place to know about these models is here

These models are good, but again we need some decomposition and refactoring which would work better with our API.

Segmentation has following tasks.

  1. Instance Segmentation.
  2. Semantic Segmentation.
  3. Panopatic Segmentation.

But these tasks are kind of superset of each other, should be decompose models to each part or keep unified to segmentation.

How do we structure backbones for such APIs.

Detectron2 is very good in handling such cases. We need to provide segmentation backbones.

Let's try once with torch models so we get some API design for now.

We can then iterate over it

Torchvision models to Support

  • FCN
  • DeepLabv3
  • MaskRCNN

All 3 will have almost similar recipe etc.

Simpler models which we can add

  • LinkNet
  • U-Net
@oke-aditya oke-aditya added enhancement New feature or request Model to Implement This model should be implmented feature A new feature request Medium Priority Should be addressed in few days labels Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature A new feature request Medium Priority Should be addressed in few days Model to Implement This model should be implmented
Projects
None yet
Development

No branches or pull requests

1 participant