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

Update README.md

Browse files

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.

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.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,3 +1,5 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ tags:
4
+ - art
5
+ ---