Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -16,9 +16,12 @@ tags:
|
|
16 |
# FFNet-40S-Quantized: Optimized for Mobile Deployment
|
17 |
## Semantic segmentation for automotive street scenes
|
18 |
|
|
|
19 |
FFNet-40S-Quantized is a "fuss-free network" that segments street scene images with per-pixel classes like road, sidewalk, and pedestrian. Trained on the Cityscapes dataset.
|
20 |
|
21 |
-
This model is an implementation of
|
|
|
|
|
22 |
This repository provides scripts to run FFNet-40S-Quantized on Qualcomm® devices.
|
23 |
More details on model performance across various devices, can be found
|
24 |
[here](https://aihub.qualcomm.com/models/ffnet_40s_quantized).
|
|
|
16 |
# FFNet-40S-Quantized: Optimized for Mobile Deployment
|
17 |
## Semantic segmentation for automotive street scenes
|
18 |
|
19 |
+
|
20 |
FFNet-40S-Quantized is a "fuss-free network" that segments street scene images with per-pixel classes like road, sidewalk, and pedestrian. Trained on the Cityscapes dataset.
|
21 |
|
22 |
+
This model is an implementation of Posenet-Mobilenet found [here](https://github.com/Qualcomm-AI-research/FFNet).
|
23 |
+
|
24 |
+
|
25 |
This repository provides scripts to run FFNet-40S-Quantized on Qualcomm® devices.
|
26 |
More details on model performance across various devices, can be found
|
27 |
[here](https://aihub.qualcomm.com/models/ffnet_40s_quantized).
|