Metal3d commited on
Commit
c88564b
1 Parent(s): 4d66044

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -2,4 +2,8 @@
2
  license: cc0-1.0
3
  tags:
4
  - art
5
- ---
 
 
 
 
 
2
  license: cc0-1.0
3
  tags:
4
  - art
5
+ ---
6
+
7
+ This model is a ONNX transposition of [keras-io/deeplabv3p-resnet50](https://huggingface.co/keras-io/deeplabv3p-resnet50) where the provided model can segment human body parts. All the others models that I found was trained on city segementation.
8
+
9
+ The original model is built for old version of Keras and cannot be used with recent version of Tensorflow. I translated the model to ONNX format.