shreyajn commited on
Commit
782e0da
·
verified ·
1 Parent(s): a90654b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ tags:
18
 
19
  FCN_ResNet50 is a quantized machine learning model that can segment images from the COCO dataset. It uses ResNet50 as a backbone.
20
 
21
- This model is an implementation of Posenet-Mobilenet found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/fcn.py).
22
 
23
 
24
  This repository provides scripts to run FCN-ResNet50-Quantized on Qualcomm® devices.
 
18
 
19
  FCN_ResNet50 is a quantized machine learning model that can segment images from the COCO dataset. It uses ResNet50 as a backbone.
20
 
21
+ This model is an implementation of FCN-ResNet50-Quantized found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/segmentation/fcn.py).
22
 
23
 
24
  This repository provides scripts to run FCN-ResNet50-Quantized on Qualcomm® devices.