Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -15,9 +15,12 @@ tags:
|
|
15 |
# FFNet-40S: Optimized for Mobile Deployment
|
16 |
## Semantic segmentation for automotive street scenes
|
17 |
|
|
|
18 |
FFNet-40S 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
|
|
|
|
|
21 |
This repository provides scripts to run FFNet-40S on Qualcomm® devices.
|
22 |
More details on model performance across various devices, can be found
|
23 |
[here](https://aihub.qualcomm.com/models/ffnet_40s).
|
|
|
15 |
# FFNet-40S: Optimized for Mobile Deployment
|
16 |
## Semantic segmentation for automotive street scenes
|
17 |
|
18 |
+
|
19 |
FFNet-40S 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 Posenet-Mobilenet found [here](https://github.com/Qualcomm-AI-research/FFNet).
|
22 |
+
|
23 |
+
|
24 |
This repository provides scripts to run FFNet-40S on Qualcomm® devices.
|
25 |
More details on model performance across various devices, can be found
|
26 |
[here](https://aihub.qualcomm.com/models/ffnet_40s).
|