File size: 592 Bytes
6ee2025
 
 
 
 
 
 
 
 
 
bce5540
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.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:

```python
from model.model import TwinLiteNetPlus

model = TwinLiteNetPlus.from_pretrained("nielsr/twinlitenetplus-nano")
```