metadata
license: mit
pipeline_tag: image-segmentation
tags:
- model_hub_mixin
- pytorch_model_hub_mixin
This model has been pushed to the Hub using the PytorchModelHubMixin integration:
- Library: https://github.com/chequanghuy/TwinLiteNetPlus.git
- Code: https://github.com/chequanghuy/TwinLiteNetPlus
Usage
Here's how to use the model for inference:
from model.model import TwinLiteNetPlus
model = TwinLiteNetPlus.from_pretrained("nielsr/twinlitenetplus-nano")