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