abcamiletto/mmit
A CV library in python, design and experiment with models using any encoder with any decoder.
This library helps machine learning engineers build and experiment with computer vision models for tasks like image segmentation or object detection. It takes various image encoder and decoder architectures as input, allowing users to mix and match them easily. The output is a customized computer vision model ready for training and deployment. This is for machine learning engineers and researchers focused on computer vision applications.
No commits in the last 6 months. Available on PyPI.
Use this if you are a machine learning engineer who wants to quickly combine different encoder and decoder architectures to build custom computer vision models.
Not ideal if you are looking for a pre-trained, off-the-shelf computer vision model or a no-code solution for image analysis.
Stars
14
Forks
—
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 04, 2023
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/abcamiletto/mmit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
philipperemy/keras-attention
Keras Attention Layer (Luong and Bahdanau scores).
tatp22/linformer-pytorch
My take on a practical implementation of Linformer for Pytorch.
ematvey/hierarchical-attention-networks
Document classification with Hierarchical Attention Networks in TensorFlow. WARNING: project is...
datalogue/keras-attention
Visualizing RNNs using the attention mechanism
thushv89/attention_keras
Keras Layer implementation of Attention for Sequential models