Add Segmentation Models. #24
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
🚀 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.
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
All 3 will have almost similar recipe etc.
Simpler models which we can add
The text was updated successfully, but these errors were encountered: