shreyajn commited on
Commit
e625a0d
·
verified ·
1 Parent(s): 8924e37

Upload README.md with huggingface_hub

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