shreyajn commited on
Commit
1b8aaf0
1 Parent(s): 669b731

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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 FFNet-54S found [here]({source_repo}).
 
 
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).