Instructions to use mobilint/DenseNet161 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Mobilint
How to use mobilint/DenseNet161 with Mobilint:
# pip install mblt-model-zoo from mblt_model_zoo.vision import MBLT_Engine model = MBLT_Engine( model_cls="DenseNet161", model_type="DEFAULT", model_path="", core_mode="global8", ) try: image = model.preprocess("path/to/image.jpg") output = model(image) result = model.postprocess(output) finally: model.dispose() - Notebooks
- Google Colab
- Kaggle
Kanybek Asanbekov commited on
Commit ·
a1d0e10
1
Parent(s): 651fe6e
Update Mobilint logo URL in README
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
<a href="https://mobilint.com">
|
| 13 |
-
<img src="https://
|
| 14 |
width="50%"
|
| 15 |
alt="mobilint" />
|
| 16 |
</a>
|
|
|
|
| 10 |
|
| 11 |
<div align="center">
|
| 12 |
<a href="https://mobilint.com">
|
| 13 |
+
<img src="https://raw.githubusercontent.com/mobilint/.github/main/assets/Mobilint_Logo_Primary.png?raw=true"
|
| 14 |
width="50%"
|
| 15 |
alt="mobilint" />
|
| 16 |
</a>
|