shreyajn commited on
Commit
01d3618
1 Parent(s): baf874d

Upload README.md with huggingface_hub

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